DreamThrall
Newbie
- Joined
- Oct 14, 2003
- Messages
- 3,483
- Reaction score
- 0
This may not be the correct forum, sorry if it isn't...
In JavaScript/Actionscript/whatever other language based on C, how do you create quotes within a string?
For example, in VB/VBScript:
would produce the text:
Thanks!
In JavaScript/Actionscript/whatever other language based on C, how do you create quotes within a string?
For example, in VB/VBScript:
Code:
Response.Write "<div ">"
would produce the text:
Code:
<div >
Thanks!