I'm trying to Response.Write a hyperlink. My problem is that if I type Response.Write("<A HREF="www.tek-tips.com">"
then those bolded quotes cause a problem. After the first one, it thinks i'm closing the string. Furthor more, I'm dynamically adding in the actual hyper link, so it looks more like Response.Write("<A HREF="" & variable & ".htm">"
. Any ideas on what I can do to dynamically add in quotes that don't interfere with my string?
Thanks
-Mike
Thanks
-Mike