|
Multiple Submit Buttons
Often you'll need more than one Submit button for your forms. Perhaps one for adding a record and one for deleting a record. Sample script below:
<form> <INPUT Type=Submit Value="Add Record" onClick="this.form.action='addrecord.asp';">
<INPUT Type=Submit Value="Del Record" onClick="this.form.action='deleterecord.asp';"> </form>
Author: Disabled Cops
This FAQ has been read 8352 times.
Print the Page Script
Print out the page's last update date.
Multiple Submit Buttons
Make your Web Page the Clients Home Page
JavaScript Hello
Is there a way I can have my page automatically remove itself from a frame controlled by another site?
How do I create a "back" button or link on my site?
How can I make a window open up automatically the first time a visitor stops by a page?
|