Hi again
I wanted to add this link to a toolbar Im working on but I cant have Double Quotes.
Code:
javascript:if(o=document.getElementById('ldf')){void(o.outerHTML='');}else{void(document.body.innerHTML+='<iframe id="ldf" scrolling="no" allowtransparency="true"%20src="http://milov.nl/code/linedraw.html"%20style="position:absolute;z-index:100;top:0px;left:0px;width:100%;height:3000px;"></iframe>')}
How would this work without double quotes? Is it possible?
I've searched and found something about replacing doubles with
javascript
:document.write(q+'double quoted'+q)
but I tried and could not get it.
Any Ideas?
Thanks
(the script is originaly from milov I think, called linedraw. Lets you draw on this page

)