Popular Articles
Last viewed:
- C# Download File with Progress Bar
- User Account Login - Limit hours
- Using Stored Procedures in the Entity Framework with Scalar Return Values
- Create a Windows-style GroupBox in ASP.NET
- Clustered Index vs. Non-Clustered Index in SQL Server
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
Recent comments
- Awsome!!
7 hours 52 min ago - C# insert image
22 hours 45 min ago - jkll
3 days 10 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 1 hour ago - thanks
1 week 11 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

Not a fix, only a lousy workaround
Sorry Anonymous above me, but the code you posted does nothing. All it does is bind all of a page's controls to a "ghost" .click() event, to make firefox stop complaining about ".click() is not a function" (if u wanna see this, bring up the error console while clicking on the link). It never processes your event handler, because it is being redirected to some "lost in space and time" dummy mocked-up event handler (not yours).
Still, nothing will happen when u click it. I know that, because I've tried it before reaching Ben's solution. I was about to give up at 6:25pm this evening, after struggling with it a whole day.
Thanks a lot Ben, for this REAL solution you provided (especially, the second workaround) - it was staring me in the face the entire time, and I didn't think of scripting it that way. Doh...