|
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=' <?php echo $bkid.$id; ?>' readOnly> <input type=image src="amarok_next.png " title="next" > <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.
|