www.affiliatecloakmagic.com/error.html I think you know what the script is about, I'd love for someone to make it happen.. It's not working the way I want it to. It's supposed to create a <HTML> code in the textarea.. can someone post the code or if you know of a similar code that does the same and generates the same outcome
You're getting "unterminated string error". Add a '\' at the end of each line for your onClick value: <input type="button" value="Give me the Code!" onClick="document.signupid.result.value='<HTML><HEAD>\n\n\ <TITLE>'+document.signupid.vendorid.value+'</TITLE>\n\ <SCRIPT>window.status=" ";</SCRIPT>\n\n\ <META http-equiv="Refresh" content="0;url='+document.signupid.id.value+'">\n\n\ </HEAD><BODY>\n\ Loading page...<br><br>If this page does not load within 5 seconds please <a href="'+document.signupid.id.value+'">click here</a>\n\n\ </BODY></HTML>\n';document.signupid.result.select();"> Code (markup):