View Full Version : Error Message
webby_gie
May 2nd, 2001, 07:54 AM
Guys, can you please help me figure out the problem in this page https://www3.security-one.com/pizzahut/orderingscript.htm, There is an icon indicating an error on the left corner of the status bar. "Done but with errors".
:confused: :confused: :confused:
Steven.Bentley
May 2nd, 2001, 09:59 AM
The Mac version of IE isn't complaining, Netscape is though ;)
JavaScript Error: https://www3.security-one.com/pizzahut/orderingscript.htm, line 294:
missing ; before statement.
CalculateOrder(this.form)SIZE="10"
.........................^
which is stupid because all there is on line 294 is a closing td tag :confused:
It's actually line 275 (according to BBEdit Lite anyway)
<INPUT NAME=Total_Value ONCHANGE=CalculateOrder(this.form)SIZE="10" SIZE="10">
<INPUT NAME=Total_Value ONCHANGE="CalculateOrder(this.form)" SIZE="10">
should do it :)
webby_gie
May 2nd, 2001, 11:15 AM
A mug of beer for you, Steven! Thank you! it is working now! yahhhooooo!!!! :D :D :D
Steven.Bentley
May 2nd, 2001, 11:33 AM
:D