Events in IE

  • Thread starter Thread starter Julian Schmidt
  • Start date Start date
J

Julian Schmidt

Hello,

I discovered a mysterious bug that occures when visiting
an asp.net page, using Internet Explorer.
Sometimes the browser simply ignores clicks on controls
that I have connected to an event: There's nothing
happening - not even a post back.
I reviewed the sourcecode of the html posted to the
client, to ensure that there is nothing wrong with the
JavaScript code: The __doPostBack function and the
accompanying functioncalls are syntactically absolutely
correct - they're just not executed.
Does anyone know how to by-pass the problem ?

Greets
Julian Schmidt
 
Hi Guenther,

You might want to try that URL again. I read the page you referred to, and
it wasn't even about ASP.Net at all. Here's a snippet:

The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be
experiencing technical difficulties, or you may need to adjust your browser
settings.

;-)

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Neither a follower nor a lender be.
 
Hi

In my experience this could be a client/javascript bug

Be sure to have IE show all errors
Tools->Internet options->Advanced
Un-Check Disable Script Debugging
Check Display notification on every Script errors

--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
 
Back
Top