Re: Javascript with gives document.forms[0].submit not a function error

2005-04-06 Thread Dave Newton
Ramaiah, Sunil wrote: function displayRemovePackageMessage( ) { returnValue = confirm("You are about to permanently remove this package."); if( returnValue == true ) { alert(document.forms[0].name.value); document.for

RE: Javascript with gives document.forms[0].submit not a function error

2005-04-06 Thread Ramaiah, Sunil
ith gives document.forms[0].submit not a function error Hi I have a Java Script code like this - function displayRemovePackageMessage( ) { returnValue = confirm("You are about to permanently remove this package."); if(

Javascript with gives document.forms[0].submit not a function error

2005-04-06 Thread Ramaiah, Sunil
Hi I have a Java Script code like this - function displayRemovePackageMessage( ) { returnValue = confirm("You are about to permanently remove this package."); if( returnValue == true ) { alert(document.forms[0].name.value);