This is a discussion on Error within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Can someone please tell me what is this error I'm geting, the catalog is fine if I click on the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Can someone please tell me what is this error I'm geting, the catalog is fine if I click on the links but if I use the back or forward buttons on the browser a lose all the boxes and I get an error on top of the page, This is the site so you can try it (caution site is open for business) http://wengryn.com/osmax/catalog/index.php |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| I get no error when using the back or forward buttons and your site renders fine.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| I didnt get an error either, but I did notice that some of your images are not in the correct directory... such as birthday, and gifts for kids..... you might want to see if the images are missing |
|
#4
| |||
| |||
| Thanks I just found that this error is only on my PC and when I use IE not Firefox. this is what I get: [quote]alse) { error_message = error_message + "* " + message + "\n"; error = true; } } } function check_select(field_name, field_default, message) { if (form.elements[field_name] && (form.elements[field_name].type != "hidden")) { var field_value = form.elements[field_name].value; if (field_value == field_default) { error_message = error_message + "* " + message + "\n"; error = true; } } } function check_password(field_name_1, field_name_2, field_size, message_1, message_2) { if (form.elements[field_name_1] && (form.elements[field_name_1].type != "hidden")) { var password = form.elements[field_name_1].value; var confirmation = form.elements[field_name_2].value; if (password == '' || password.length < field_size) { error_message = error_message + "* " + message_1 + "\n"; error = true; } else if (password != confirmation) { error_message = error_message + "* " + message_2 + "\n"; error = true; } } } function check_password_new(field_name_1, field_name_2, field_name_3, field_size, message_1, message_2, message_3) { if (form.elements[field_name_1] && (form.elements[field_name_1].type != "hidden")) { var password_current = form.elements[field_name_1].value; var password_new = form.elements[field_name_2].value; var password_confirmation = form.elements[field_name_3].value; if (password_current == '' || password_current.length < field_size) { error_message = error_message + "* " + message_1 + "\n"; error = true; } else if (password_new == '' || password_new.length < field_size) { error_message = error_message + "* " + message_2 + "\n"; error = true; } else if (password_new != password_confirmation) { error_message = error_message + "* " + message_3 + "\n"; error = true; } } } function check_form(form_name) { if (submitted == true) { alert("This form has already been submitted. Please press Ok and wait for this process to be completed."); return false; } error = false; form = form_name; error_message = "Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n"; check_radio("gender", "Please select your Gender."); check_input("firstname", 2, "Your First Name must contain a minimum of 2 characters."); check_input("lastname", 2, "Your Last Name must contain a minimum of 2 characters."); check_input("email_address", 6, "Your E-Mail Address must contain a minimum of 6 characters."); check_input("street_address", 5, "Your Street Address must contain a minimum of 5 characters."); check_input("postcode", 4, "Your Post Code must contain a minimum of 4 characters."); check_input("city", 3, "Your City must contain a minimum of 3 characters."); check_input("state", 2, "Your State must contain a minimum of 2 characters."); check_select("country", "", "You must select a country from the Countries pull down menu."); check_input("telephone", 3, "Your Telephone Number must contain a minimum of 3 characters."); check_password("password", "confirmation", 5, "Your Password must contain a minimum of 5 characters.", "The Password Confirmation must match your Password."); check_password_new("password_current", "password_new", "password_confirmation", 5, "Your Password must contain a minimum of 5 characters.", "Your new Password must contain a minimum of 5 characters.", "The Password Confirmation must match your new Password."); if (error == true) { alert(error_message); return false; } else { submitted = true; return true; } } function refresh_form(form_name) { form_name.action.value = 'refresh'; form_name.state.value = ''; form_name.submit(); return true; } //--> Top » Catalog » Birthday My Account | Cart Contents | Checkout Categories Baby Gifts Birthday Corporate Gift Baskets Gifts for Her Gifts for Him Gifts for Kids Special Occasions Thank You Affiliate Program Affiliate Information Affiliate Log In What's New? Halloween Pumpkin Teddy $15.00 Quick Find Use keywords to find the product you are looking for. Advanced Search View All Items Information Shipping & Returns Privacy Notice Conditions of Use Contact Us Printable Catalog Gift Voucher FAQ Site Map Birthday There are no products to list in this category. Shopping Cart 0 items Sign in E-mail address: Password: (forgotten) Create an Account Languages Currencies US DollarEuro Wednesday 12 October, 2005 1051 requests since Thursday 22 September, 2005 Copyright © 2005 osCDox, AABox Web Hosting Powered by osCMax v2.0 |
| Sponsored Links | ||
| ||