Mr J
08-30-2006, 01:16 PM
Can you correct an error in the memo pad script at
http://javascript.internet.com/miscellaneous/memo-pad.html
In the js file this line
ns=document.getElementById&&!document.all
needs changing to
moz=document.getElementById&&!document.all
Thanks
http://javascript.internet.com/miscellaneous/memo-pad.html
In the js file this line
ns=document.getElementById&&!document.all
needs changing to
moz=document.getElementById&&!document.all
Thanks