Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / browser

Browser

browser

Great Reads

by JFMDev
Presenting TuringFonts, a way to make uncrawable and uncopiable texts
by ASP.NET Community
The AdRotator control presents ad images that, when clicked, navigate to a new Web location. Each time the page is loaded into the browser, an ad is
by Sander Rossel
Creating a lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
by WasiUllah Khan
Automated Pakwheels parsing with Selenium and Python

Latest Articles

by JFMDev
Presenting TuringFonts, a way to make uncrawable and uncopiable texts
by ASP.NET Community
The AdRotator control presents ad images that, when clicked, navigate to a new Web location. Each time the page is loaded into the browser, an ad is
by Sander Rossel
Creating a lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
by WasiUllah Khan
Automated Pakwheels parsing with Selenium and Python

All Articles

Sort by Score

browser 

by JFMDev
Presenting TuringFonts, a way to make uncrawable and uncopiable texts
by Talking Dotnet
Hi,I have copied your code and pasted in HTML file. But it is not working. However, I found 2 links which tells how to detect...
by DrABELL
Hi,As FYI: You could refer to my article published on CodeProject, which describes the similar solution and has been tested to work with all major browsers: How to Detect Browser Capabilities in ASP.NET[^]Kind regards,Alex B.
by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
This tip will help you to communicate with a cross domain Iframe which is added in the form.
by Samarjeet Singh
Creating jquery plugins have never been easier !
by binit.ku.singh
How to disable page caching in Firefox
by Robin Rodricks
Learn how to integrate the CefSharp open-source web browser into a C# WinForms app
by Pankil Bhatt
In this tip, we will see how to use the Google Maps API and Google Maps with custom styles and a custom pin.
by Stephen Hewison
Problems with the ASP.Net engine caused by the increase of tablet browsers, IE10 and user agents.
by V. Subhash
Use policies.json file to force Firefox to respect your preferences.
by Udi Perets
Simple Web User Control prevents unexpected action caused by Refresh Button
by Member 4236865
Could you not achieve the same thing with javascript?if (document.all){ document.onkeydown = function () { var key_f5 = 116; if (key_f5==event.keyCode){ event.keyCode=0; alert ("Sorry! You can not refresh this page!"); ...
by clbyrne
I did something similar with a PageToken class, but I put it in the Master Page so that I could implement it on any page that uses the Master Page. In our code we wrapped the session variables in their own class called Session variables.We needed a little more functionality for complex pages...
by Sandeep Mewara
How to make any browser a basic html editor.
by RedDk
The solution to annoying garish webpages; say good-bye to all that irritating light while browsing the internet. Keep it dark ... learn how here.
by IPI Paul
Use this script to create Bookmarks that enable quick Login to your favourite sites.
by essence
You would have thought they'd have fixed this by now. I wanted to be sure, and here's the test.
by Michael Collins - Intervalia
Use the code below to determine the number of bindings of your Angular apps
by Caner Korkmaz
How to open the Internet browser from code.
by kbo-mvs
I use this one in C++ (has the advantage that you can use your preferred browser ;-):ShellExecute (NULL, NULL, _T("http://www.codeproject.com"), NULL, NULL, SW_SHOWNORMAL);
by Kevin Marois
You're incorrect. Explorer is Windows Explorer, not Internet Explorer. Try this:System.Diagnostics.Process.Start("explorer");then this:System.Diagnostics.Process.Start("iexplore.exe", "http://www.codeproject.com");and this:System.Diagnostics.Process.Start("winword.exe",...
by Michael B. Hansen
If I remember correctly, then I had some issues with the above method some years ago. It would not always work on some systems.I personally use the following method to get the EXE path to the system's default browser:public static string GetDefaultBrowser(){ string browser =...
by thatraja
Given below is code for opening the Internet browser programmatically in VB 6 and VB.NET.VB 6Private Declare Function ShellExecute Lib "shell32.dll" Alias _ "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, _ ByVal lpFile As String, ByVal lpParameters As...
by Aaron L. Hall
Here is a tip for making sure that debugging your MVC website does not cause Visual Studio to crash when using IIS7 to host the site in your development environment: Don't use more than one worker. process in your Application pool.
by rajivpande86
When the browser window is closed, how does server react to the Session which was being active?
by Peace ON
Following is a one line solution when it is written within Session_End() method of Global.asax file.Session.Abandon()HTH
by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout
by Swagat Swain
Get the maximum out of Chrome's Developer Console
by Coding 101
A simple Registry change will enable IE to display JSON responses.