View Single Post

Old 06-26-2007, 03:53 AM   #2 (permalink)
titaniumkinetix
Junior Member
 
Join Date: Jun 2007
Posts: 1
Rep Power: 0 titaniumkinetix is on a distinguished road
function checkForm(){ if (document.former.cmdbar.value== "test"){ alert ('this finally works'); } else { alert ('yay'); }You can see forms like this one on my website: http://x.excessiveplus.netJust analyze the script by right-clicking on the page and then select 'View page source'
__________________
titaniumkinetix is offline   Reply With Quote