browser Questions

12

I have an HTML form with a datalist and where the value is set with PHP, like <input list="values" value="<?php echo $val; ?>"> <datalist id="values"> <option value="orange"...
Prediction asked 27/5, 2016 at 8:36

17

Not able to see the localhost https page properly in chrome . It says : **This site can’t provide a secure connection** localhost sent an invalid response. Try running Windows Network Diagnostics....
Damselfly asked 3/1, 2018 at 11:21

3

Solved

When doing a simple request, on python (Entought Canopy to be precise), with urllib2, the server denies me access : data = urllib.urlopen(an url i cannot post because of reputation, params) print...
Hereupon asked 23/7, 2014 at 14:47

6

Solved

I have <a> and inside its href attribute, I've got a Video URL from a 3rd-party api, when clicking on that <a> the browser opens a New Tab and Play the video instead of Downloading it! ...
Atman asked 7/10, 2018 at 9:53

3

Solved

Is there a way to programmatically obtain a list of open tabs in a browser by index? For example, suppose Google Chrome is open with two tabs. In the program, a line something like: tabs_list = lis...
Vulvitis asked 24/9, 2011 at 8:9

16

Solved

I am getting an error while trying to add a PNG or SVG file to my code. What is my mistake is or what do I have to change to get it working? import Head from 'next/head' import Image from 'next/ima...
Nilsanilsen asked 25/3, 2022 at 13:16

5

Solved

In the console of Chrome you can write pretty nice stuff these days. Checkout this link. I've also made a screenshot: As you can see in the screenshot too, the file name / line number (VM298:4) ...
Argilliferous asked 15/3, 2016 at 10:47

8

I'm trying to scan some barcode to textfield contained in my browser but it opens the downloads page in any browser (chrome, firefox, ie). I'm guessing that there is some input equivalent to CTRL ...
Openandshut asked 15/1, 2015 at 9:56

3

Solved

I have added a webview plugin (official flutter plugin) for viewing webpages. One of the webpage has a youtube video playing and when I press the home button and the app goes into background. But ...
Pluckless asked 10/7, 2019 at 9:55

1

I'm very used to cross-browser web APIs having a specification document owned by a standards body, e.g. the WebRTC spec from the W3C, or the WebGL spec from Khronos. Another web API is "Source...
Inducement asked 28/9, 2020 at 13:17

2

Solved

After reading a lot of documents from MDN and CodeAcademy I still do not fully understand what the CORS handshake actually protects against. I understand that the mechanism shall protect the brows...
Luxuriant asked 18/9, 2019 at 7:40

104

Solved

How do you disable autocomplete in the major browsers for a specific input (or form field)?
Nicholasnichole asked 5/8, 2008 at 16:22

2

Solved

I have a website for internal use that uses the Roboto google font. Here is the code that includes it. <link href="//fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet" type="text/css"...
Propagation asked 27/7, 2016 at 13:58

3

Solved

The scenario: I'm building a kiosk app to run in Chrome. In it i'm loading an iframe from another domain into a modal via a link with an anchor (http:/www.whatever.com/#specific_content). The pro...
Alms asked 8/4, 2013 at 15:54

3

Does anyone knows a javascript only way to open the browser-standard colorpicker, without using a html field? so i want a javascript what does exactly the same a a click on the html input color fie...
Prevent asked 16/4, 2015 at 13:21

3

Here is how I compress binary string (char codes above 255) with pako: var charData = xhr.responseText.split('').map(function(x){return x.charCodeAt(0);}); var binData = new Uint8Array(charData); ...
Kimmi asked 7/9, 2014 at 19:3

8

Solved

We have developed a Blazor WebAssembly Application that has already gone into productive usage for a certain group of customers. The Application works well in all Browsers with Standard Security se...
Prairial asked 16/2, 2021 at 9:6

4

Solved

For starters... I have no sinister intention of subjecting users to popups or anything like that. I simply want to prevent a user from resizing the browser window of a webpage to which they've alre...
Rhythmandblues asked 16/5, 2012 at 1:31

3

Solved

I'm aware that we use thisisunsafe in Chrome to bypass such error pages but how can I bypass such pages in Firefox? I get the following error when I load the page:- Firefox detected a potential sec...
Koressa asked 26/5, 2021 at 14:30

3

Solved

The problem concerns the particular site: tickets order on NS.nl. On that page there is text input field to enter the email, and that field has Ctrl-V (paste) disabled. Question: What Greasemonkey...
Euratom asked 25/9, 2015 at 14:29

2

Solved

I would like to intercept HTML5 Web Notifications. I have read the following answer where a user suggests that it is possible to override the window.Notification object with your own object that wi...
Klipspringer asked 16/8, 2019 at 11:33

2

Solved

The HTTP standard says: If this header [Content-Disposition: attachment] is used in a response with the application/octet-stream content-type, the implied suggestion is that the user agent sho...
Ulphia asked 11/12, 2013 at 1:24

6

Solved

I am not able to open Azure data factory in any browser, it just keep loading from past 1 hour. I have tried refreshing and using other browser, is there any specific reason why it happens? All oth...
Ostium asked 9/3, 2019 at 17:46

16

Solved

I want to see the :hover style for an anchor I'm hovering on in Chrome. In Firebug, there's a style dropdown that allows me to select different states for an element. I can't seem to find anyth...
Haiduk asked 23/12, 2010 at 1:16

2

Solved

I have a JAX-RS REST-Service that produces a CSV file and streams it back to the browser. Everything is set to UTF-8, so also the file I download via the browser is a valid UTF-8 File (without a BO...
Gel asked 10/3, 2017 at 10:22

© 2022 - 2024 — McMap. All rights reserved.