Response.write "<script type=""text/javascript"">"
Response.write "AJS.AEV(window, 'load', function() {"
Response.write "GB_showCenter(""Add To Social Bookmarking Sites"",""http://www.link.com/page.asp?_link_=" & cu & "&_title_=" & ct & """,""400px"",""600px"");Launch();"
Response.write "});"
Response.write "</script>"
works like a charm in FF, but gives an invalid argument in IE.
I tried to replace the ? and & in the link by % encoding, but that doesn't work at all.
Any ideas why it doesn't work in IE?
Greets & thanks, Dominic