Page 2 of 2

Re: php multiple action on submit

Posted: Thu Oct 15, 2009 5:02 pm
by dkhanna01
yup javascript location.reload() reload function does reload the form but I would like to reload the form AFTER I execute process.php so order of execution is process.php -> reload form

Re: php multiple action on submit

Posted: Fri Oct 16, 2009 9:27 am
by Reviresco
In the body tag of the new window:

Code: Select all

<body onload="opener.location.reload();">