Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: IE5.0 form submit within JavaScript


Message #1 by "Ian Williams" <ian.williams@t...> on Wed, 8 May 2002 14:19:15
try :

function checkPage() { if (some sort of test) { document.myform.submit(); } }


At 14:19 08/05/02 +0000, you wrote:
>function checkPage() { if (some sort of test) { 
>document.forms['myform'].submit(); } }



  Return to Index