I am trying to download pages which are loaded when a submit button is pressed.
It appears not to be following the link with necessary values (needs to have
the "keycode" value available for next page to load correctly).
<form action="questions.php" method="post" name="form2">
<input type="hidden" name="keycode" value="100">
<input type="submit" value="Open Key">
</form>
Thanks |