Ciao, I have an hidden field and I want make it visible, setting its "type"
to "text" from a popup window.
I'm using this code:
window.opener.d ocument.forms['formInsegnamen ti'].elements['giorni_1'].type
='text';
it works fine in Mozilla but fails in Internet Explorer 6.
Any ideas?
Thanks
to "text" from a popup window.
I'm using this code:
window.opener.d ocument.forms['formInsegnamen ti'].elements['giorni_1'].type
='text';
it works fine in Mozilla but fails in Internet Explorer 6.
Any ideas?
Thanks
Comment