Subject: putting a link into a response.write
Posted By: pablohoney Post Date: 10/2/2006 1:36:45 PM
Hi
I am trying to creating a response.write statement with a hyperlink in it with some regular html code but i get an error:

response.write("<a href="http://www.name.com/login.asp">login here"</a>")

Any help would be welcomed.
Thanks
Pablo

Reply By: dparsons Reply Date: 10/2/2006 1:45:01 PM
Try this:

Response.Write("<a href='http://www.name.com/login.asp'>Login Here </a>")

--Stole this from a moderator

I will only tell you how to do it, not do it for you.  
Unless, of course, you want to hire me to do work for you.

Go to topic 50505

Return to index page 159
Return to index page 158
Return to index page 157
Return to index page 156
Return to index page 155
Return to index page 154
Return to index page 153
Return to index page 152
Return to index page 151
Return to index page 150