1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 10:42:23 +02:00
Files
archived-web-php/apachecon/basefile/next.htm
1998-10-22 00:12:07 +00:00

34 lines
903 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" text="#ffffff">
<CENTER>
<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 -->
<FORM name="gotoform" onsubmit="goto_slide(this.slidenum.value); return false">
<A HREF="javascript:goto_slide(document.forms['gotoform'].slidenum.value)">
<IMG SRC="goto.gif" hspace=0 vspace=0 border=0>
</A>
<INPUT name="slidenum" TYPE="text" SIZE=3>
</FORM>
</CENTER>
</BODY></HTML>