asp escape character??
asp escape character??
- Started
- Last post
- 5 Responses
- navitronic
Whats the escape character in asp for using quotes within quotes?
- rabattski0
tried double quoting or replacing " with '?
- navitronic0
I'm doing a Reponse.write with some javascript within it
so its
Response.Write("")
- rabattski0
read first post. you could also try '" ... "' (not sure, rusty memory).
- navitronic0
it doesn't work because of the stupid quotes in javascript.
- rabattski0
asp is too rusty. i know the problem. maybe you should try it the php way? e.g. onClick=\"function('a','b')\"