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?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to