Click here to Skip to main content
15,889,096 members
Everything / Browser

Browser

browser

Great Reads

by V. Subhash
Use policies.json file to force Firefox to respect your preferences.
by Harry Truman
Screencasting (demo screen, screensharing) already works in Google Chrome. The technology allows capturing a window of the browser itself as well as windows of other applicaitons. For example, you can capture Firefox running in a separate window.
by Joe Rattz
The purpose of this article is to explain how you can update your ASP.NET 2.0 site to properly recognize and identify Chrome.
by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.

Latest Articles

by ToughDev
How to play the classic MS-DOS game - Alley Cat - from your browser
by V. Subhash
Use policies.json file to force Firefox to respect your preferences.
by Amarnath S
Phonetic Typing in Some Indian Languages
by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout

All Articles

Sort by Updated

Browser 

30 Mar 2024 by Pete O'Hanlon
If you want to annoy users, come up with a way to prevent them from being able to go back from your site. There is a way that you could, sort of, achieve this which is to open a new browser tab when you navigate into your site. Your users will...
30 Mar 2024 by Dave Kreskowiak
To directly answer the question of a "web app", no, you cannot touch the browser, or any objects in it, like navigation history, from your server-side code. Grant has given you the only options you have from non-privileged code, which does not...
30 Mar 2024 by Graeme_Grant
I did a quick Google Search: js clear navigation history - Google Search[^] Found the following answer: Window: history property - Web APIs | MDN[^] Quote: For security reasons the History object doesn't allow the non-privileged code to access...
29 Mar 2024 by Perić Željko
Hello, When I right-click the navigate back arrow in my web browser, I can see a list of previous URLs. Is there a way to clear that history from code in a web app? All the best. What I have tried: Searched all over the Internet, and except...
20 Nov 2023 by NealBr
In C# how can I read the caption in each browser tab, without changing the active tab focus? A short code sample would help greatly. Background I work for a health care organization, and I maintain a small application that reads the title bars...
19 Sep 2023 by Member 4246451
I have recently been working with the APG's cash drawer setup. I need with our existing cloud ERP (servlet-based) which uses JSP files to feed the pages in the web browser. I have recently bought a cash drawer 554A USB Pro cash drawers for APG...
21 May 2023 by lowenfas
I've been having some issues with a javascript project lately, I kept getting the referenceError "require is not defined" because I am running the project from a web browser. To fix that I started using the Browserify module so now the 'require'...
21 May 2023 by Richard Deeming
You cannot read the client's file-system from JavaScript running in a browser, except in extremely limited circumstances[^]. No module will provide a "workaround" to bypass this security limitation. You need to rethink your approach.
5 Apr 2023 by ToughDev
How to play the classic MS-DOS game - Alley Cat - from your browser
29 Mar 2023 by V. Subhash
Use policies.json file to force Firefox to respect your preferences.
19 Jan 2023 by Marco Garganigo
Hello everybody, I would like to add the current date as a version of a css file in my django project to "bypass" the browser cache What I have tried: this seems work context = { 'menu_list': menu_list, 'date':...
19 Jul 2022 by Member 13809822
Im trying to set a value to a textbox and i have found the HtmlElemnt i need and changed the value of the text box but it seems like the element won't update himself or trigger some lind mof userinput method. the web will say "You must fill this before you can finish" even when you can clearly...
19 Jul 2022 by Николай Каретников
9 May 2022 by FRS4002
I am getting content-type' header charset value should be 'utf-8 warning, when I open inspect element in my browser, then bottom at the issues section it is in compatibility category. I am using PHP,MYSQL,javascript,css,html for my website and it...
9 May 2022 by Richard MacCutchan
See Content-Type - HTTP | MDN[^].
25 Apr 2022 by aravindnass
I have opened multiple browser windows in google chrome. I want to find all the tab details in the current window browser. ie., no tab details from another browser. So in my chrome extension, I am getting all the tab details in multiple browser windows. When I tried, I got the extension...
25 Apr 2022 by Oliver duCille
Hi. It seems as though you are looking for the tab that the extension is loaded in. Would you not be already there? I myself would like to undertake iterating through all tams in all chrome windows to make sure that I'm at the correct one.
20 Mar 2022 by Fred Andres
I've found at least three references that say they are in C:\Users\username\AppData\Roaming\Microsoft\Windows\Cookies I have no AppData folder in my username folder. What I have tried: Looked at at least three websites that all say the same...
20 Mar 2022 by OriginalGriff
Depends on the browser: Where are cookies stored in Windows 10 for all major browsers?[^] Do bear in mind that most browsers (every one I know of, anyway) stores them in an encrypted database, so finding the file probably won't help you ...
19 Feb 2022 by python3.x_dev
Hello, I'm am making a browser(like Firefox, Chrome, Opera) using pyqt5, the user can open new tabs & close them. I am trying to make the tab icon change to the websites favicon. I did some research and I found out that most website store their...
19 Feb 2022 by Testcloud4567
To do this you just put in the add tab function this: self.tabs.setTabIcon(i, browser.icon()) browser.iconChanged.connect(lambda icon, browser=browser: self.update_icon(browser, icon)) and create this fuction: def update_icon(self,...
15 Feb 2022 by Boy Imba
i am trying to open 2 tabpages as default when user open my app. This is codes for just 1 tabpage: ChromiumWebBrowser chrome; private void BrowserForm_Load(object sender, EventArgs e) { //initialize the browser this.initialize_browser(); chrome.Parent = tabPage1; ...
14 Jan 2022 by Member 15500228
Hello, You can make display favicon using self.tabs.setTabIcon(current_tab_index, QIcon(QWebEngineView.icon()))
5 Jan 2022 by Pooja Damedhar
We have ADD-ON which support till Firefox version 56. We are upgrading the Add-On but all the command's alternative is not available. Where we can find the meaning and the detail information with examples? What I have tried: We check with...
27 Dec 2021 by Member 15435238
I have a springboot application which is running well on docker and I am able to access it from the Chrome browser installed on my laptop. But now I want to install a browser(chrome/firefox) on docker so that when I do docker-compose up, then at...
2 Dec 2021 by rat2021
I have configured apache for localhost and served a image. But when I tried to access that image through localhost in my browser, the image doesn't show up. The access log in apache shows status code of 200, but network log in my browsers dev...
27 Oct 2021 by MichaelEriksen
I have a project in c# where I have used Response.Redirect to jump to another part of the page with the hash-tag (#) in the url - but the problem is that Response.Redirect creates an item in the browserhistory - and I want to avoid this item. I...
27 Oct 2021 by Richard Deeming
You need to prevent the image button from causing a postback to the sever. Try:
18 Jul 2021 by Amarnath S
Phonetic Typing in Some Indian Languages
15 Jul 2021 by BoySetsFire
Hi experts, i have to update my vb6 code. Now i use the ms internet explorer to open a web page into the same tab: For Each m_ie In shellWin If TypeName(m_ie) = "IWebBrowser2" Then ieDocumentTypeName =...
15 Jul 2021 by CHill60
See the highly appropriate comment from @RichardDeeming - VB6 is long gone, so the chances of anyone doing stuff with it for modern browsers is a bit slim. However, if you research use of Edge from VBA (i.e. the macro language behind MS Office...
25 Jun 2021 by Member 15244870
I have written a C#.NET app to fetch browser's history of websites visited by a user on his machine. But, I want his actual time while visiting sites. For example, 1. If user just visits a website for 3 minutes. 2. Next, he lets this...
23 Jun 2021 by Dave Kreskowiak
There's no way to determine those times. An open tab is "viewable", but you have no way of knowing how long it's been that active window, and even that doesn't mean it's being "view". There's no such thing as "user visits a website for
15 Mar 2021 by Member 14720021
I want to insert the text in the body after button is clicked. Below function should show the message but even this does not work. browser.browserAction.onClicked.addListener(mybtn); function IconClicked(tab) { let msg = { txt : "Icon...