php multiple action on submit
Moderator: General Moderators
Re: php multiple action on submit
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
In the body tag of the new window:
Code: Select all
<body onload="opener.location.reload();">