1
0
mirror of https://github.com/php/web-php.git synced 2026-04-01 04:02:10 +02:00
Files
archived-web-php/oz/basefile/next2.htm
2000-03-08 02:11:36 +00:00

31 lines
845 B
HTML

<html><head><title>header</title>
<SCRIPT LANGUAGE="JavaScript" SRC="navbar.js">
</SCRIPT>
</head>
<!-- removed to test bugfix: onLoad="goto_slide(1)" -->
<BODY bgcolor="#000000">
<CENTER>
<FORM name="gotoform" onsubmit="goto_slide(this.slidenum.value); return false">
<A HREF="javascript:next_slide();">
<IMG SRC="spacer.gif" hspace=0 vspace=0 border=0 height=300 width=66>
</A>
<!-- we'd like to push the following elements lower on the page
for aesthetic reasons, but we need to be sure to run
(including the goto button) on 640x480 screens, and on Nav3,
so leave as is -->
<!-- removed from above IMG to get stuff below to show: align=left -->
<INPUT name="slidenum" TYPE="text" SIZE=3><BR>
<A HREF="javascript:next_slide();" ><IMG SRC="right.gif" hspace=0 vspace=0 border=0></A>
</FORM>
</CENTER>
</BODY></HTML>