Hi
I'm trying to pass through a string in the querystring and I can't work out how to pass through a string with & or ' in it!!
This is what I've got and it's not working! Please help
Response.Write "<a href=""javascript://"" ONCLICK=""window.open('popup.asp?Action=Edit&ID=" &_
rs("ID" & "&Name=" & rs("Name" & "', 'newwindow', config='height=250,width=400,left=700,top=200," &_
"toolbar=no, menubar=no," &_
"scrollbars=no, resizable=yes,location=no, directories=no, status=no')"">" & rs("Name" & "</a>"
I'm trying to pass through a string in the querystring and I can't work out how to pass through a string with & or ' in it!!
This is what I've got and it's not working! Please help
Response.Write "<a href=""javascript://"" ONCLICK=""window.open('popup.asp?Action=Edit&ID=" &_
rs("ID" & "&Name=" & rs("Name" & "', 'newwindow', config='height=250,width=400,left=700,top=200," &_
"toolbar=no, menubar=no," &_
"scrollbars=no, resizable=yes,location=no, directories=no, status=no')"">" & rs("Name" & "</a>"