View Single Post
Old 08-19-2005, 03:01 PM   #1 (permalink)
salmanjoo
Registered User
 
Join Date: Aug 2005
Posts: 18
salmanjoo is on a distinguished road
Question can we make single form multiple submit buttons

hi guys
i want to make a single form having multiple submit buttons and every button have its different destination
like

form name="form1" method="post" action="">
<input type="text" name="textfield">
<input name="edit" type="submit" id="edit" value="edit">
<input name="upload" type="submit" id="upload" value="upload">
</form>

i want do do that on

on submit the edit button the next page will edit.php
on submit the upload button the next page will upload.php

is this possible
reply me soon plzzzzzzzzzzz
salmanjoo is offline   Reply With Quote