hi,

this has never happened before but it seems that my create_account has broken down..

it only affects the email validation code and if i remove anything that has to do with email validation, it works fine in both IE and firefox. however, IE will always tell me that i have a missing object...

i suspect its this line of code thats giving me problems as i can't find the include syntax to use the code from this file.

-->echo tep_draw_form('create_account', tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onSubmit="return check_form(create_account);"') . tep_draw_hidden_field('action', 'process');


check_form() can be found in form_check.js.php but there's no include file to include it...

can someone tell me how to fix this?