If I click on the "tell a friend about us" link instead of something being executed the text below appears. How can I fix that?
Thanks,
doug
---text that appears---
<!-- function 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 1017 Can't find file: './doug_zc2/zen_zones.frm' (errno: 13)
in:
[select distinct zone_country_id from zen_zones order by zone_country_id]



