G
gsb
I am trying to create a script tag:
script = document.createElement('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.createElement('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