I want to write a link within a document.write statement...how do I do that?
I have right now:
I would like that to be a link so that the user does not have to type it in. Also how can I put quote around some of the words in that sentence? the Document.write statement gets quite difficult to work with when you start using quotes (as many of you are already aware).
-Thanks
I have right now:
Code:
{cookie1 = "Your browser settings are set to reject cookies. You can either lower your settings by choosing Medium in the Internet Options located in the Tools Menu or you can visit [URL unfurl="true"]www.abc.com/agentlogin.asp[/URL] to login without using cookies.";}
document.write(cookie1)
-Thanks