Crash1hd
12-04-2003, 09:19 AM
Ok the following code needs the quotes in red to be there except when I put them in I get an error on the page in the email due to it end early by putting the quotes in how can I have it see the single quotes as text in the url and not something that it should be concerned about in the script?
MessageBody = MessageBody & " <a href='@' onClick='window.open(""http://www.Alwaysremember.ca/Login/register.asp?emc=' " & email & " ' &uid=" & userid & """, ""page"", ""status=yes, scrollbars=yes, width=800, height=600, left=20, top=20"")'>Click here</a>"
any thoughts?:confused:
MessageBody = MessageBody & " <a href='@' onClick='window.open(""http://www.Alwaysremember.ca/Login/register.asp?emc=' " & email & " ' &uid=" & userid & """, ""page"", ""status=yes, scrollbars=yes, width=800, height=600, left=20, top=20"")'>Click here</a>"
any thoughts?:confused: