Forum Moderators: open
echo "<input type=\"text\" id=\"inputnumber\" value=\"\" />
<input type=\"button\" value=\"Go\" onclick=\"javascript:window.location='". $_SERVER['PHP_SELF'] . "?pagenum=document.getElementById('pagenumberinput').value;\" />";
<input id="pagenumberinput" type="text" /><input type="button" value="Go" onclick="javascript:window.location='/facts/pagination2.php?pagenum=document.getElementById('pagenumberinput').value;" />