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