Connecting Tech Pros Worldwide Help | Site Map

more than 1 submit buttons in html + php in IE browser

Member
 
Join Date: Aug 2007
Posts: 120
#1: Oct 17 '07
Hi everybody,

Iam able to getting the submition of buttons status in Mozilla but it is not working in the IE browser
Iam strugling with more than 1 submit button in a single form on The IE browser
i need the post value status of each button here i have code please give a farward solution.
Actuall i have 2 farward buttons and 2 backward buttons for getting records form data base
and finally one is final Submit button.

here is my code:
[php]
<form action=sample.php>
<input type=image src="amarok_rewind.png " title="rewind" name='fbwd' value='submit'> <input type=image src="amarok_back.png" title="back"> <input type="text" size=3 name='txt' align='center' value='&nbsp;&nbsp;&nbsp;<?php echo $bkid.$id; ?>' readOnly>&nbsp;<input type=image src="amarok_next.png " title="next" >&nbsp;<input type=image name='frwd' src="amarok_fastforward.png" title="fastforward" value='submit' alt='fastforward'>
</form>[/php]

if you want total code? i have aready sent yesterday through my account
please help

thanking you.
stepterr's Avatar
Familiar Sight
 
Join Date: Nov 2007
Posts: 144
#2: Nov 29 '07

re: more than 1 submit buttons in html + php in IE browser


The php function isset() would probably work for you in this case.
Reply