Archive for the ‘javascript’ Category

Flash Gallery Generator

Customize your photo gallery to fit your own preference is very simple, here are a few samples of what you can do to modify FlashGalleryGenerator appearance. For more information click the below link. http://www.flashgallerygenerator.com/main.aspx?p=home Click the below link for demo(flash gallery generator). http://www.flashgallerygenerator.com/main.aspx?p=demo

javascript validation code

<html> <head> <script type=”text/javascript”> function show() { document.getElementById(“ug”).style.display=”block”; document.getElementById(“pg”).style.display=”none”; document.getElementById(“dip”).style.display=”none”; } function show1() { document.getElementById(“pg”).style.display=”block”; document.getElementById(“ug”).style.display=”none”; document.getElementById(“dip”).style.display=”none”; }

Email validation

Javascript email validation example: <script language=”javascript”> function signvalid()