M
Matt
How can I implement multiple buttons for a form like -
submit, cancel, logout etc.
Thanks.
Matt
submit, cancel, logout etc.
Thanks.
Matt
-----Original Message-----
To change the action of your form, you'd need to use client side code.
Something like:
<input type="image" src="cancelbtn.png"
onclick="this.form.action='test2.asp'">
Give that a try, and if that doesn't work, try inquiring in a client-side
scripting group such as .scripting.jscript or one of the non-MS javascript
groups.
Ray at work
.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.