Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
or, in a more "programming" way of doing:
Code:
js=document.createElement('script')
js.type="text/javascript"
js.src="http://whatever.com/included.js"
document.getElementsByTagName['body'][0].appendChild(js)
__________________
Only a biker knows why a dog sticks his head out the window.
|