Java inside Java
I have a client that wants to run a .js file inside a .js file because of the registration form. *( if (notes2 == “yes”) { document.write(‘<fieldset><legend>’); document.write(‘Notes Area<br></legend>’); document.write(‘<center>Blurb Text Here that shows up on webpage<br><br><script type=”text/javascript” src=”http://forms.example.com/form/XX/4#*$!#*$!xx.js”></script><br>More blurb text that shows up after the reg. box</center>’); document.write(‘</fieldset>’); document.write(‘<br><br>’); } )* This code places [...]
Comments Off
Filed under: Software Development