Hi he following works in ie but not firefox // Glass pattern var glasspat = document.getElementById("glass").value; document.budgetform.GlassPattern.value=glasspat; Any ideas why Cheers
I also get the same thing. In my case it give this Error message "ErrorType : document.getElementById("catid") has no properties" Plz giv me a help Thx
Make sure this javascript is running AFTER the html has generated the objects on your page. This will make the object have no properties!