smooth
01-07-2006, 04:43 PM
I would like to know how to write javascript such that, a part of it isnt considered as script, & rather as HTML.
To be specific, see here:
http://category1.orgfree.com/
The layered google ad is shown using the following code:
<script src='http://www.orgfree.com/category5/ads.php' type=text/javascript></script>
Ok, the layer div can be written using document.write. But, Google ad itself is a javascript isnt it. How can it be written into this? How does this work?
To be specific, see here:
http://category1.orgfree.com/
The layered google ad is shown using the following code:
<script src='http://www.orgfree.com/category5/ads.php' type=text/javascript></script>
Ok, the layer div can be written using document.write. But, Google ad itself is a javascript isnt it. How can it be written into this? How does this work?