belbek
Новичок
autosubmit with javascript
помогите люди добрые вот это
<script language="javascript">
function redirect(){
location.href="phone_page.php?category_id="+category_id.options[category_id.selectedIndex].value;
return location.href;
}
</script>
><select name="category_id" OnChange="redirect()">
<!--Beginmobile_phonesLBcategory_id--><option value="{ID}" {Selected}>{Value}</option><!--Endmobile_phonesLBcategory_id--></select>
работает только в IE? а нуно чтоб и в firefox тож.
помогите люди добрые вот это
<script language="javascript">
function redirect(){
location.href="phone_page.php?category_id="+category_id.options[category_id.selectedIndex].value;
return location.href;
}
</script>
><select name="category_id" OnChange="redirect()">
<!--Beginmobile_phonesLBcategory_id--><option value="{ID}" {Selected}>{Value}</option><!--Endmobile_phonesLBcategory_id--></select>
работает только в IE? а нуно чтоб и в firefox тож.