form button not working
Posted: Mon Sep 08, 2003 9:51 pm
the button to call the block.php page doesn't worrk. i've used submits and resets before, but not buttons. so i'm not sure what's wrong here. if anyone can explain it, i would really like to know.
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>FindYourDesire.com -- Reading/Sending FYDim</title>
<meta name="Author" content="Pages coded by Josh Perlmutter for Desired Creations LLC">
<meta name="Author" content="Graphics created by Alix Stolzer for Desired Creations LLC">
<meta name="Author" content="Smileys created by Amber Beausoleil for Desired Creations LLC">
<style type="text/css">
<!-- this comment is for non-css compliant browsers
a {text-decoration:none}
end of css -->
</style>
</head>
<body bgcolor="#878787" text="#ffffff" alink="#950c0c" vlink="#3347c5" link="#000000">
<center> <form action="/findyourdesire/message.php" method="POST" onReset="window.close();" style="margin:0">
<input type="hidden" name="to" value="Jersey_Girl17">
<table frame="box" bgcolor="#878787" border="1" cellpadding="0" cellspacing="0" text="#ffffff">
<tr>
<td rowspan="3" width="75" height="75"><a href="profile.php?un=Jersey_Girl17" target="profile"><img border="0" src="pic.php?pic=main.Jersey_Girl17.jpg&fn=ltn"></a></td>
<td colspan="2">Message To/From: <a href="profile.php?un=Jersey_Girl17" target="profile">Jersey_Girl17</a></td>
<td colspan="2"><input type="button" name="block" value="Block User" onClick="window.self('block.php');"></td>
</tr>
<tr>
<td colspan="3"></td>
<td ><a href="code.php" target="code">SiteCode</a> On</td>
</tr>
<tr>
<td><input type="submit" value="Send Mail"></td>
<td><input type="reset" value="Close Window"></td>
<td colspan="2"><a name="#desire" href="#desire" onClick="window.open('adddesire.php?fun=Jersey_Girl17&fuin=13', 'desire', 'height=196,width=288');">Add Desire</a></td>
</tr>
<tr>
<td colspan="5"><textarea name="message" rows="5" cols="59"></textarea></td>
</tr>
</table>
</form>
<font size="-2">
<p>Pages coded by Josh Perlmutter for Desired Creations LLC
<br />Graphics created by Alix Stolzer for Desired Creations LLC
<br />Smileys created by Amber Beausoleil for Desired Creations LLC
<br />All creations copyrighted by their respective Creators. Reproduction Requires Consent of the Creator and Desired Creations LLC.
</p>
</font>
</center>
</body>
</html>