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
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(
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);
3 matches
Mail list logo