browser Questions

10

I wonder how I could make an image resize along with the browser window, here is what I have done so far (or download the whole site in a ZIP). This works okay in Firefox, but it has problems in C...
Afterbrain asked 13/1, 2011 at 19:25

9

I have been googling for hours and trying to figure this out, and I just can't. I have 1 webbrowser control on a form, webbrowser1. Once I load a page, say google.com, if I use webbrowser1.refres...

7

Solved

Given this simple structure: <div id="parent"> <div id="child">Lorem ipsum</div> </div> with this CSS: #parent { width: 200px; height: 200px; padding: 20px; overflo...
Libbey asked 7/4, 2012 at 13:23

5

I am using html2canvas library and when I call html2canvas.Parse() the page scroll to top. I thought if i can remember the position before calling html2canvas.Parse(), so then i can go back to ori...
Ordonez asked 21/2, 2012 at 12:53

10

Solved

I have seen this question asked in a couple of different ways on SO and several other websites, but most of them are either too specific or out-of-date. I'm hoping someone can provide a definitive ...
Shrader asked 25/12, 2009 at 10:33

18

I'm using Selenium WebDriver for automation and I'm using Chromedriver. I have noticed that when my driver runs and opens the chrome browser, it opens the browser with a strange size. I tried to f...

2

Solved

I have seen information about using AutoHotkey with Internet Explorer for form filling through COM interface. Is there any possibility to do this using Firefox or Chrome?
Bimestrial asked 1/8, 2013 at 12:45

12

I'm trying to change the default browser to Chrome at VS Community 2015, I'm not talking about release browser, but the browser that opens when I press CTRL-Click. It opens automatically on Interne...
Grubman asked 15/2, 2017 at 7:33

9

Solved

I want to write an html document like this : <html> <body> <h1>My First Heading</h1> </body> </html> I wrote it and saved it in my desktop with the name hel...
Keslie asked 21/1, 2013 at 13:16

12

Solved

What's the most efficient way to find a list of all non-HTTPS URLs requested by an HTTPS page? If this kind of security violation happens, every browser alerts the user, but I can't find an easy wa...
Elba asked 18/1, 2011 at 20:9

6

Solved

Is there a way to get the CPU(s) usage in JavaScript on the browser?
Abrasion asked 15/9, 2016 at 17:22

4

Solved

I have this webpage that uses client-side JavaScript to format data on the page before it's displayed to the user. Is it possible to somehow use wget to download the page and use some sort of clie...
Archle asked 5/5, 2011 at 17:16

3

I'm familiar with Web Storage APIs and cookies but I can't figure what is the most secure way to store an authentication token. I'm wondering if this might break any third-party libraries. I'd like...
Quass asked 9/2, 2018 at 19:35

11

Chrome browser by default is blocking mixed content. How do I adjust my settings/configuration to allow mixed content without making any adjustments on the UI every time? I have found two solution...
Charqui asked 19/8, 2013 at 18:55

5

Solved

This question may be very simple. Usually as we inspect an element and we re-size browser ,browser automatically shows the width of screen.Currently i am using chrome but as i inspect any element i...
Freebooter asked 10/2, 2016 at 19:15

3

Solved

The Same Origin Policy Documentation says this: There is one exception to the same origin rule. A script can set the value of document.domain to a suffix of the current domain. If it does so,...
Eadwine asked 13/4, 2009 at 23:50

4

Assume I have an element with id #msg and on a certain condition I want to add to it a class in order to apply a style e.g. to make the text appear red. I can do $('#msg').addClass(theclass) My que...
Aspiration asked 23/8, 2014 at 18:14

3

When following redirects for a 303 response, in a Chrome, IE, and Firefox, the Authorization header is included. That's an issue when a request to an internal service respond with a signed S3 URL i...
Grassi asked 13/3, 2018 at 10:2

15

When we refresh the page (F5, or icon in browser), it will first trigger ONUNLOAD event. When we close the browser (X on right top icon),It will trigger ONUNLOAD event. Now when ONUNLOAD event is t...
Project asked 20/2, 2009 at 10:6

13

Say I have a single-page application that uses a third party API for content. The app’s logic is in-browser only; there is no backend I can write to. To allow deep-linking into the state of the app...
Disinfection asked 15/2, 2014 at 20:0

36

Solved

One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Information). Don't get me wrong, I'm all for doin...
Fitly asked 28/8, 2008 at 14:18

4

Solved

I'm talking about an icon that is displayed on a tab during page loading. Chrome: Firefox (with TreeTab plugin): You get the idea. I want to make it seem like the page is loading, when it's...
Whist asked 1/9, 2016 at 10:43

5

Solved

To access AWS API Gateway using the aws generated "API KEY", one must pass they key as a 'x-api-key' header. I know you can do this by 'curl', 'wget', postman and programmatically. Question: Is t...
Diluent asked 25/8, 2016 at 21:5

21

Is there any way of reliably detecting if a browser is running in full screen mode? I'm pretty sure there isn't any browser API I can query, but has anyone worked it out by inspecting and comparing...
Hollywood asked 26/6, 2009 at 4:22

35

Solved

I am modifying a site's appearance (CSS modifications) but can't see the result on Chrome because of annoying persistent cache. I tried Shift+refresh but it doesn't work. How can I disable the cac...

© 2022 - 2024 — McMap. All rights reserved.