I have the following javascript:
It currently outputs 4 different code within 4 textareas. How would i make all the code output in just 1 whole textareaCode:<script LANGUAGE="JavaScript"> <!-- hp_ok=true; function hp_d01(s){ if(!hp_ok)return;var o="",ar=new Array(),os="",ic=0; for(i=0;i<s.length;i++){ c=s.charCodeAt(i); if(c<128)c=c^2; os+=String.fromCharCode(c); if(os.length>80){ ar[ic++]=os;os="" } } o=ar.join("")+os; document.write('<textarea rows=5 cols=100>'); document.write(o); document.write('</textarea>'); } //--> </SCRIPT>
Thanks.




Reply With Quote



Bookmarks