I dynamically create a drop down and grey it out by setting the
selected option to false:
document.getElementById('ddMain').options[1].selected=false;
This works great with firefox and safari, but on the iphone the grey
out option is selectable.
Has anyone seen this and is there a workaround?
Thanks in advance for your help.
Gary
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---