Hi all,
I had a problem with this html. Its name is index.asp.
<form action="index.asp" method="post">
<input type="submit" name="previous" value="prev">
<input type="submit" name="next" value="next">
</form>
The problems is,
I don't know whether i push the prev button or the next button.
How i will know that ?
--THanKs for yur help-- :)