virgoleo Posted November 9, 2006 Share Posted November 9, 2006 Hello, I?m kinda lost. In the account creation process, when the browser is not javascript enabled, osCommerce will print error messages as a plain html text. Now i would like to have error and warming always printed that way and not with the usual JavaScript alert box, no matter whether the browser is javascript capable or not. I tough it could be set in the configuration but couldn?t find where... Anybody has an idea how to? Thanx Link to comment Share on other sites More sharing options...
user99999999 Posted November 9, 2006 Share Posted November 9, 2006 Remove the .js include. <?php require(DIR_WS_INCLUDES . 'form_check.js.php'); ?> Remove this from tep_draw_form() , 'onSubmit="return check_form(account_edit);"' Link to comment Share on other sites More sharing options...
virgoleo Posted November 13, 2006 Author Share Posted November 13, 2006 Thanx Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.