I would put a
try {
document.getElementById('ctl00_PageContent_VehicleDetailsCtrl_TransmissionTypeDDL');
} catch (err) {
alert(TransmissionTypeDDL + err.toString());
}
on each one you have use a try catch statement, then you can easily
narrow it down to which one is causing the issues, in most cases you
are either trying to get something to soon (before the page finishes
loading), there is one letter that is the wrong case (a A).
What type of objects are they?
I would make your own drop down, I believe there is a example in here
that is a suggestion box or Google suggest, it is much nicer than a
default pull down that doesn't let you type.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" 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/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---