Error is some where u r accessing a DOM element before DOM ready. Fix that code to wait for DOM ready.
On Thu, May 26, 2011 at 2:23 AM, nasi <[email protected]> wrote: > Hi > > when I disable script debugging in IE my program runs properly but > when I enable this option I get the "Microsoft JScript runtime error: > Object expected" error on clicking links. can you please let me know > what the problem is and how I should fix it in a way that by the > enabled debugger I can continue running the program? > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected] > -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
