That doesn't work..
You have to escape the quotes themselves:
You do the same for single quotes:Code:<SCRIPT LANGUAGE="JavaScript"> window.status="\"hello\""; </SCRIPT>
Code:<SCRIPT LANGUAGE="JavaScript"> window.status='Joe\'s Coffee'; </SCRIPT>
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |