1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<a href="/100/00.html">100</a>
<a href="/200/00.html">200</a>
<a href="/300/00.html">300</a>
<a href="/400/00.html">400</a>
<a href="/500/00.html">500</a>
<a href="/600/00.html">600</a>
<a href="/700/00.html">700</a>
<a href="/800/00.html">800</a>
<a href="/about.html">about</a>
</div>
<form name="goto" action="/goto/">
Jump to page
<input type="text" name="p" size="4" maxlength="3">
<input type="submit" value="ok">
</form>
<script language="JavaScript">
document.forms["goto"].elements["p"].focus();
</script>
</body>
</html>
|