I am trying to create a script tag:
script = document.create Element('script ');
....and assign its script (IE) :
script.txt = " ...my script... ";
But this does not work in NN.
Any help?
Where to find online documentation on 'Script Tag'?
Thanks,
gsb
script = document.create Element('script ');
....and assign its script (IE) :
script.txt = " ...my script... ";
But this does not work in NN.
Any help?
Where to find online documentation on 'Script Tag'?
Thanks,
gsb
Comment