I can't get my php file to display on Netscape 4.75. I have it named home.php and attached an online poll (called vote.php) to it by putting this in the source code:
"<td rowspan=2 valign=middle align=center bgcolor=black><font color=white>Quick Poll</font><br>
<?php include("vote.php");?></td>"
This is the code for vote.php:
"<table width="150" border="0" cellpadding="1" cellspacing="1">
<tr><td bgcolor="000000">
<table width="148" border="0" cellpadding="0" cellspacing="" align="center">
<tr><td bgcolor="#FFFFFF"><font size="2" face="" color="#000000"><form method="post" action=""><p align="center"><b>What dog do you have?
</b></p><input type="radio" name="answer" value="1"> Tosa<br><input type="radio" name="answer" value="2"> Pitbull<br><input type="radio" name="answer" value="3"> Bulldog<br><input type="radio" name="answer" value="4"> Dogo<br><input type="radio" name="answer" value="5"> Rottweiler<br><input type="radio" name="answer" value="6"> English Mastiff<br><input type="radio" name="answer" value="7"> Fila<br><input type="radio" name="answer" value="8"> Husky<br><input type="radio" name="answer" value="9"> Other<br><input type="radio" name="answer" value="10"> Do not have one<br><input type="hidden" name="save" value="yes"><p align="center"><input type="submit" name="Submit" value="Submit"></p></form></font></td></tr></table></td></tr></table>"
It works fine on IE and Netscape 6.0 even but not NS 4.75. Anyone know what's happening?