View Single Post
  #1 (permalink)  
Old 01-02-05, 08:19 AM
Comicboards Comicboards is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Post button works with Netscape, but not IE??

Does anyone have an idea why this freaking post button works fine in Netscape, but doesn't work in IE?

It could be a big reason why I am not getting many subscribers!

http://www.comicboards.org/cafe/post/post.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>post</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 128);"
alink="#000088" link="#0000ff" vlink="#ff0000">
<table
style="background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); font-family: felix titling; width: 649px; height: 148px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td style="text-align: center; vertical-align: middle;">
<h1><big>THE
CAFE FORUM</big></h1>
</td>
</tr>
</tbody>
</table>
<center><small></small>
<table
style="text-align: left; background-color: rgb(255, 255, 255); width: 649px; height: 148px; color: rgb(51, 51, 51); font-family: felix titling;"
border="0" cellpadding="2" cellspacing="0">
</table>
</center>
<a name="post">
<center>
<h2><font color="#00ccff">Post A Message!</font></h2>
</center>
</a>
<form method="post"
action="http://www.comicboards.org/cgi-bin/cafewwwboard.pl"><font
color="#00ccff">Name: </font><input name="name" size="50" type="text"><font
color="#00ccff"><br>
E-Mail: <input name="email" size="50" type="text"></font>
<p><font color="#00ccff">Subject: </font><input name="subject"
size="50" type="text"></p>
<p><font color="#00ccff">Message:<br>
<textarea cols="55" rows="10" name="body"></textarea></font></p>
<p><font color="#00ccff">Optional Link URL: <input name="url"
size="45" type="text"><br>
Link Title: <input name="url_title" size="50" type="text"><br>
Optional Image URL: <input name="img" size="45" type="text"></font></p>
<p><font color="#00ccff"><input value="Post Message"
onclick="disabled=true;return true;" type="submit"> <input
type="reset"> </font></p>
</form>
</body>
</html>
Reply With Quote