I yeni seçeneği ile seçme kutusunu güncelleştirmek ve seçilen seçeneğini seçtiğinizde Internet Explorer 8 ve 7 hata ile başarısız olur. Diğer tarayıcılarda bu güzel ve hatasız çalışır. I Mootools 1.2.3 kullanın.
<?php
$getdestiny=$_GET['dest'];
$getcountry=$_GET['countr'];
print "<script type='text/javascript'>
window.addEvent('domready', function() {
var countrh=$getcountry;
var desth=$getdestiny;
if (countrh==4){
$('destination').options.length=0; //error fails here
var opt0 = $('destination').options[0] = new Option('Сhoose Destination',0);
var opt1 = $('destination').options[1] = new Option('London-Aberdeen','1');
var len = $('destination').options.length;
if (desth < len){
opt$getdestiny.setProperty('selected','selected'); //or here
else {
//do nothing
}
});
</script>"
Vars * tercih ya da ne başka olabilir i çift atama kullanmak çünkü olabilir mi? Lütfen bana bildiriniz.