Codice PHP:function Option(a,b){
var opt = {text: null,value: null}
opt.text = a;
opt.value = b;
return opt;
}
var obj = Option('firstname','lastname');
for(var proprieta in obj)
{
alert(proprieta + ' : ' + obj[proprieta]);
}
![]()
Codice PHP:function Option(a,b){
var opt = {text: null,value: null}
opt.text = a;
opt.value = b;
return opt;
}
var obj = Option('firstname','lastname');
for(var proprieta in obj)
{
alert(proprieta + ' : ' + obj[proprieta]);
}
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it