IxxI
05-18-2003, 03:54 PM
I have a line that looks something like this:
<div id="link1" class="links" onmouseover="colchng('link1'); over(); this.timeoutID=window.setTimeout('moveout();', 500); window.clearTimeout(this.timeoutID3);" onmouseout="bckchng('1'); out(); window.clearTimeout(this.timeoutID); this.timeoutID2=window.setTimeout('moveback()', 500)">
and I wish to put it in a document.write("") statement. However as you can see I'm using both types of quotes so I don't know what to do to delimit the sentence, as either type of quote gets cut off before I want it to (if that makes sense).
Thanks
IxxI
<div id="link1" class="links" onmouseover="colchng('link1'); over(); this.timeoutID=window.setTimeout('moveout();', 500); window.clearTimeout(this.timeoutID3);" onmouseout="bckchng('1'); out(); window.clearTimeout(this.timeoutID); this.timeoutID2=window.setTimeout('moveback()', 500)">
and I wish to put it in a document.write("") statement. However as you can see I'm using both types of quotes so I don't know what to do to delimit the sentence, as either type of quote gets cut off before I want it to (if that makes sense).
Thanks
IxxI