Can anybody help me with this?
When I go to http://www.ezturnkeys.com/login.html
I get this error:
nction update_zone(theForm) { // if there is no zone_id field to update, or if it is hidden from display, then exit performing no updates if (!theForm || !theForm.elements["zone_id"]) return; if (theForm.zone_id.type == "hidden") return; // set initial values var SelectedCountry = theForm.zone_country_id.options[theForm.zone_country_id.selectedIndex].value; var SelectedZone = theForm.elements["zone_id"].value; // reset the array of pulldown options so it can be repopulated var NumState = theForm.zone_id.options.length; while(NumState > 0) { NumState = NumState - 1; theForm.zone_id.options[NumState] = null; } // build dynamic list of countries/zones for pulldown
Fatal error: Call to undefined function: zen_js_zone_list() in /home/ezturnke/public_html/includes/modules/pages/login/jscript_addr_pulldowns.php on line 32
Anyone know how to fix this?
Thank you!!



