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