Posted on March 2nd, 2009 by admin
Hey all,
I am struggling to develop my website based on what I can find on the web without any formal training.
I have succeeded in creating a two level menu where the 2nd level is displayed (expanded in accordeo fashion) when moving the cursor over the 1st level button thanks to a javascript found on the [...]
Comments Off
Filed under: Software Development
Posted on February 17th, 2009 by admin
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 the box where it [...]
Comments Off
Filed under: Software Development