Response.write statement to handle href

J

Jack

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.
 
T

Tim Williams

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
 
J

Jack

Tim,
Thanks for your help. Regards.

Tim Williams said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top