Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I need to write a reponse.write statement of the following: <A HREF="default.htm">Click Here to try again</A> However, I am not clear about the syntax to handle this. I appreciate any help. Thanks.
Post Follow-up to this messageYou don't say what language you're using for ASP, so vbscript would be response.write "<A HREF=""default.htm"">Click Here to try again</A>" but since this just appears to be static text you could just take it out of the code block %> <A HREF="default.htm">Click Here to try again</A> <% tim "Jack" <Jack@discussions.microsoft.com> wrote in message news:BCF4B2E2-79E7-4A78-B6FF-53F0C3258F8A@microsoft.com... > Hi, > I need to write a reponse.write statement of the following: > <A HREF="default.htm">Click Here to try again</A> > However, I am not clear about the syntax to handle this. I > appreciate any > help. > Thanks.
Post Follow-up to this messageTim, Thanks for your help. Regards. "Tim Williams" wrote: > You don't say what language you're using for ASP, so vbscript would be > > response.write "<A HREF=""default.htm"">Click Here to try again</A>" > > but since this just appears to be static text you could just take it > out of the code block > > %> > <A HREF="default.htm">Click Here to try again</A> > <% > > > tim > > > > "Jack" <Jack@discussions.microsoft.com> wrote in message > news:BCF4B2E2-79E7-4A78-B6FF-53F0C3258F8A@microsoft.com... > > >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.