Firefox
Launch URL in Default Browser using C#
Submitted by Ben Hodson on Mon, 09/08/2008 - 16:04
After deploying an application using the standard way of launching a URL in the default browser:
System.Diagnostics.Process.Start("http://www.google.com");We found that almost randomly, an exception is thrown on certain user's machines when this method is called. I did some research and a couple of interesting posts came up.
Fix for Firefox click() event issue
Submitted by Ben Hodson on Sun, 07/13/2008 - 17:23
Firefox does not support the javascript click() event on a hyperlink. So doing something like:
<asp:LinkButton ID="lnkMyButton" runat="server">My Button To Click</asp:LinkButton>
<a href="#" onclick="document.getElementById('lnkMyButton').click();">Click this to click the other link!</a>
Popular Articles
Last viewed:
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
- Microsoft Word Spell Checker Doesn't Check Cut and Pasted Text
- Checking if Browser Supports Cookies (ASP.NET)
- Clustered Index vs. Non-Clustered Index in SQL Server
- Fix for Visual Studio 2008 SP1 Design Mode Error - [text] could not be set on [property]
- Get Index Fragmentation Percentage for all Tables in SQL Server Database


Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 2 days ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 1 day ago