mirror of
https://github.com/php/web-php.git
synced 2026-03-29 10:42:23 +02:00
36 lines
874 B
HTML
36 lines
874 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>
|
|
|
|
<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">
|
|
|
|
<CENTER>
|
|
|
|
<INPUT name="slidenum" TYPE="text" SIZE=3><BR>
|
|
|
|
<A HREF="javascript:next_slide();" ><IMG SRC="right.gif" hspace=0 vspace=0 border=0></A>
|
|
|
|
</CENTER>
|
|
|
|
</FORM>
|
|
|
|
</CENTER>
|
|
</BODY></HTML>
|