Drop down menu box trouble
I wrote this and tried it but it don't work does anyone see any mistakes? if so Can you tell me them so I can Correct it.
[code:2t54itqr]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<b>Sites worth a visit</b><br>
<form action="<?php $self ?>" method="post">
<select name="location">
<option value="#">Please vists these sites</option>
<option value="http://www.google.com">Google</option>
<option value="http://www.justnutty.com/index.php?langid=1">Just Nutty email</option>
<option value="http://www.dafont.com/en/theme.php?cat=904">Dafont</option>
<option value="http://ghettotwist2.forumsplace.com2">Ghetto twist forums</option>
<option value="http://www.thepixplace.com">The Pix Place</option>
<option value="http://imageshack.us/">Imageshack</option>
<option value="http://www.devppl.com/forum/">Devppl forum</option>
</select>
<input type="submit" name="submit" value="go">
</form>
</body>
</html>
[/code:2t54itqr]