Помогите разобраться в данной проблеме У меня на одном сайте успешно прикручено меню
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
}
}
document.write('<form name="selecter"><select name="select1" size=1>');
document.write('<option value="http://www.mobinfo.com.ua/index.php?option=com_hotproperty&task=viewagent&id=5">Sony Ericsson ');
document.write('<option value="http://www.finddriver.ru/component/page,shop.product_details/flypage,flypage.tpl/product_id,65/category_id,6/option,com_virtuemart/Itemid,3">Sony Ericsson Aino ');
document.write('<option value="http://www.finddriver.ru/component/page,shop.product_details/flypage,flypage.tpl/product_id,66/category_id,6/option,com_virtuemart/Itemid,3">Sony Ericsson C510 ');
document.write('<option value="http://www.finddriver.ru/component/page,shop.product_details/flypage,flypage.tpl/product_id,67/category_id,6/option,com_virtuemart/Itemid,3">Sony Ericsson C702 ');
document.write('<option value="http://www.finddriver.ru/component/page,shop.product_details/flypage,flypage.tpl/product_id,68/category_id,6/option,com_virtuemart/Itemid,3">Sony Ericsson C901 ');
document.write('<option value="http://www.finddriver.ru/component/page,shop.product_details/flypage,flypage.tpl/product_id,69/category_id,6/option,com_virtuemart/Itemid,3">Sony Ericsson C902 ');
document.write('<option value="http://www.finddriver.ru/component/page,shop.product_details/flypage,flypage.tpl/product_id,70/category_id,6/option,com_virtuemart/Itemid,3">Sony Ericsson C903 ');
document.write('<option value=none>........');
document.write('</select>');
document.write('<INPUT TYPE="button" VALUE=">> Перейти" onclick="go()">');
document.write('</form>')
В WM ни как не могу добиться нормальной работы скрипта. Может где ошибка.
Помогите пожалуйста разобраться. С меня на пиво