Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
<a href="P2.htm?3">LINK</a>
</body>
</html>
Code:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
form names must not start with a number
<FORM ACTION="surveys.cgi" METHOD=POST><INPUT TYPE=hidden NAME=action VALUE=write>
<INPUT TYPE=hidden NAME=survey VALUE=3><BR><CENTER><P><TABLE CLASS="graybox" BORDER=0 BGCOLOR="#CCCCCC" CELLPADDING=0 WIDTH=450><TR><TD><TR><TD VALIGN=middle WIDTH="120" HEIGHT=25 COLSPAN=2><P><B>Which was your favorite animal in a Laurel & Hardy film?
</B></P><P><INPUT TYPE=radio NAME=R3 VALUE="The alpine gorilla">The alpine gorilla (<I>Swiss Miss </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Blue Boy the horse">Blue Boy the horse (<I>Wrong Again </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Buddy the dog">Buddy the dog (<I>The Perfect Day </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Buster the dog">Buster the dog (<I>Early to Bed </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Dinah the mule">Dinah the mule (<I>Way Out West </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Ethel the chimp">Ethel the chimp (<I>The Chimp </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Laughing Gravy the dog">Laughing Gravy the dog (<I>Laughing Gravy </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Narcissus the goat">Narcissus the goat (<I>Saps at Sea </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Ollie the horse">Ollie the horse (<I>Flying Deuces </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Ollie the chimp">Ollie the chimp (<I>Dirty Work </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Penelope the goat">Penelope the goat (<I>Angora Love </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Penelope the crow">Penelope the crow (<I>Great Guns </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="St. Bernard">St. Bernard (<I>Swiss Miss </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="Susie the horse">Susie the horse (<I>The Music Box </I>)</P>
<P><INPUT TYPE=radio Name="R3" VALUE="writein">Other <INPUT TYPE=text NAME="writein" VALUE="" SIZE=30 MAXLENGTH=30></P>
<BR><BR>
<P>Please check over your answers, then submit the form.</P>
<P><INPUT TYPE=submit NAME=Submit VALUE="Cast Your Vote"> <INPUT TYPE=reset VALUE="Reset Ballot">
</TABLE></P></TD></TR></TABLE></P></TD></TR></TABLE><BR></CENTER>
</FORM> </DIV>
<script type="text/javascript">
var nu=window.location.toString().split('?')[1];
var frm=document.forms[0];
if (frm&&frm.R3&&frm.R3[nu]){
frm.R3[nu].checked=true;
}
</script></body>
</html>
Bookmarks