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:
- C# Download File with Progress Bar
- Using Windows as an FTP Client
- ASP.NET Programatically Add META Keywords and META Description Tags
- ASP.NET 301 Redirect for Search Engine Compliant Redirects
- Get Index Fragmentation Percentage for all Tables in SQL Server Database
- SQL Script to Create and Update a Database

Recent comments
13 hours 18 min ago
1 day 13 hours ago
3 days 14 hours ago
4 days 3 hours ago
4 days 14 hours ago
4 days 20 hours ago
5 days 1 min ago
1 week 20 hours ago
1 week 1 day ago
1 week 4 days ago