Open form in new window
[email protected] (John Taylor-Johnston)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
I have many different submit button. <input value="Update" type="submit"> <input name="DPRmode" value="Enter Data" type="submit"> When php processes value="Enter Data", I would like to open a new window, but only if I click this one. Possible? I knw ther is an HTML target="" thingy. Can PHP do anything magic?