Hi All
i am using a form to insert some items on database
<form id="inv_lineadd" name="inv_lineadd" class="panel"
action="insert.php" method="POST">
<fieldset>
<div class="row">
<label>Quantity</label>
<input name="qun" id="qun" type="text">
</div>
<div class="row">
<label>Rate</label>
<input name="rate" id="rate" type="text">
</div>
</fieldset>
<a class="whiteButton" type="submit">Add Item</a>
</form>
But after form submit the back button has some problem . While
clicking it i get a black screen and a one more click takes it back .
Thanks
Nijil
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.