PDA

View Full Version : help!



snoebal
July 31st, 2001, 15:37
i have a shopping cart script installed at
http://www.sobersmusic.com/managecart.html
its set to a mailto: command since i dont have access to cgi
when the submit button is clicked i get a error
Line: 112
Char 1
Error: Object Expected
Code: 0
URL: http://www.sobersmusic.com/managecart.html

here is the script
http://www.nopdesign.com/freecart/nopcart.js

snoebal
August 2nd, 2001, 08:13
nobody's gonna help me?

!ben
August 2nd, 2001, 09:34
try removing


onSubmit="return checkForm(this);"

from the form tag, 'cos you havn't got a checkForm function anywhere...

snoebal
August 3rd, 2001, 14:35
thanks!
that worked!!