Dialog - form based with combobox, STOP SCRIPT RUNNING in IE
First off I am a newbie.
We are switching out all our prototype with JQuery. We are trying to use dialogs for all of our popups.
We have an odd situation with a combobox. The page actually has two combo boxes and one work and the other(which has about 3 times the data) gets an error in IE. "Stop running this script". There is less than maybe 100 items in the list. In firefox this works just fine.
The popup is dynamic and based upon an ajax call. Once the ajax call is complete we open the dialog and then assign the html. We previously had issues assigning the html first then opening as the screen would take over 10 secs to load. The combobox doesn't call any javascript so I am confused as to why this error occurs. IE 8 is the version.
Any ideas would be much appreciated.