Stupid firefox... help please
Posted: Tue Oct 04, 2005 7:59 pm
Ok i have a form that calculates how much something would cost and when i go to echo it on hte next page it shows it in ie but not firefox...
heres the code for the first page
Heres the code for the 2nd page
heres the code for the first page
Code: Select all
<center> <form action="orderpopunders.php" method="post" name="form" id="form">
<table width="528" height="81" cellpadding="3" cellspacing="0" class="indextable">
<tr>
<td width="126" height="79" align="center"valign="middle" class="indexpopunders"><img src="images/getedvertised.gif" width="117" height="24"></td>
<td width="87" align="center" valign="middle" class="indexbanners"><img src="images/quantity.gif" width="59" height="12">
<select name="CPM" class="indextable2" id="CPM" onchange="adCalc(this.form)">
<option value="5" selected>5,000</option>
<option value="10">10,000</option>
<option value="15">15,000</option>
<option value="20">20,000</option>
<option value="25">25,000</option>
<option value="30">30,000</option>
<option value="35">35,000</option>
<option value="40">40,000</option>
<option value="45">45,000</option>
<option value="50">50,000</option>
<option value="75">75,000</option>
<option value="100">100,000</option>
<option value="250">250,000</option>
<option value="500">500,000</option>
<option value="1000">1,000,000</option>
</select></td>
<td width="163" align="center" valign="middle" class="indexbanners"><img src="images/targetingoptions.gif" width="113" height="13"> <select name="targeting" class="indextable2" id="targeting" onchange="adCalc(this.form)">
<option value="1.95" selected>Non Targeted</option>
<option value="2.65">Language Targeted</option>
<option value="2.95">Country Targeted</option>
<option value="3.65">Category Targeted</option>
<option value="4.65">Language + Category</option>
<option value="4.95">Country + Category</option>
</select></td>
<td width="150" align="center" valign="middle" class="indextextads"><span class="indexbanners">
<span class="style1">$</span>
<input name="price" type="text" class="indextable2" id="price" onchange="adCalc(this.form)" size="10">
<a href="orderpopunders.php"><input type ="IMAGE" name="submit" img src="images/ordernow.gif" value="submit" width="117" height="36" border="0" align="middle"></a>
</span></td>
</tr>
</table>
<div align="center"></div>
</form>Heres the code for the 2nd page
Code: Select all
<? echo $_POST['CPM'];?>