A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.
0
votes
2answers
49 views
How do I programmatically check for open browser instances on a Windows machine?
I wrote a GUI automation script in python that opens a web browser, does some tests in the browser and then closes the browser. It does so in a loop going up through hundreds of thousands of ...
0
votes
1answer
23 views
Why are browsers not caching these static files?
Here's an example JavaScript file request/response:
Request URL:http://local/index.js?time=1367958844038
Request Method:GET
Status Code:200 OK
Request Headers
Accept:*/*
...
-1
votes
0answers
8 views
Where can i find this duplicate? [closed]
I found this post on Stackoverflow: Update and Reload Single Row in jqgrid
It says there is a duplicate question which already has been answered, but i can't find this duplicate question anywhere. ...
1
vote
2answers
62 views
Opening javascript links in new tab
(Question1, question2 and question3 looks how to force users open link in new tab)
But in my situation I visit some sites regularly and they have links like this:
<a ...
0
votes
2answers
28 views
Javascript detect browser scroll to the top?
How do I modify the following code to detect scrolling to the top page instead.
window.onscroll = function(ev) {
if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) {
...
-2
votes
0answers
31 views
File upload client [closed]
Anyone know of a good file upload client to use on my web page? Much like photo development companies that let you install a plugin (activeX, java, flash etc) to manage uploading files since the ...
1
vote
1answer
28 views
Could IE 8/9/10 remember the last src of an iframe between sessions?
Need some clarification in this question.
I have an HTML page inside which exists iframe without src. This tag is generated each time main page is loaded. Then if user (for example) came first time to ...
0
votes
1answer
51 views
Web browser automatisation (Robor)
Could anyone please advise me what is the best framework/library for web browser automatisation? The task is to open web browsers page, sign in, perform some long searches, and save gathered ...
1
vote
1answer
46 views
Javascript vs Flash vs Java for collaborative rendering in browser [closed]
I want to create an application which will perform distributed rendering, where user's browsers will be used as computational resources (nodes). I.e. each user will enter to the site, then request ...
-2
votes
1answer
26 views
If user in session, copies and pastes url in another window, the app should get logged out
I am working on a financial web application.
There is a client requirement that if user is logged in and already browsing the app. If he copies and pastes the browser url to another window. In ...
0
votes
0answers
35 views
Get dynamic web pages using Java
I want to write a program to automatically harvest information by login to a website and then download some pages. I use HttpURLConnection and I manage session with cookies. However it looks like that ...
0
votes
1answer
19 views
Circle divs reposition when browser is minimized
Doing work for a client and ran across an issue.
When the browser is maximized, the circles are in the right order: Days, Hours, Minutes, Seconds. However, when I shrink the browser the circles ...
1
vote
1answer
51 views
How to disable Flash in Firefox with Selenium in Python?
Trying to disable Flash in Firefox with Selenium in Python, using profile settings. This question specifies a way to do it through the GUI, but it would be better for this particular use case to do ...
0
votes
0answers
23 views
Select leader depending on latency or such
I'm developing a web service that has a client and a server. The service allows groups of users to connect to each other using peer-to-peer. The service is pretty heavy on the bandwidth and every 30 ...
2
votes
1answer
50 views
How to switch Firefox profile with Selenium - without instantiating a new driver?
Trying to find a way to switch the active profile in a Selenium Firefox driver. This question about multiple Firefox profiles states that creating and using multiple profiles is possible. However, ...
0
votes
2answers
46 views
Best way to automate creation routine using Python
Usually, everyday I have to create emails, save them into a file, then use them to register accounts, etc. It's really boring and takes a good amount of time. I don't want to waste it.
I want to ...
0
votes
1answer
21 views
How to remove box/arrow next to image in web browser?
How can I get rid of the little box/arrow next to images in my web browser? What controls when they show up and when they don't? I'm porting a blog from WordPress over to BlogEngine.NET. Those little ...
-3
votes
0answers
23 views
ipad black bar appearing on any web browser
This is strange: A black image with a white triangle appear on my website pages on any iPad with any browser: Safari, Chrome, Terra...
Has anyone already seen this?
0
votes
1answer
39 views
Crossrider setPopup not callling more then once
I have a problem calling crossrider setPopup multiple times based on
some condition like if user is logged in then only show the Popup on
browser action click otherwise show a login popup.
...
-1
votes
0answers
16 views
Is there any cross-browser tester that list CSS properties that are breaking compatibility? [closed]
How can I easily debug which CSS properties are breaking cross-browser compatibility of a webpage in a specific version of a specific browser?
There is a tool that does the job automatically?
PS: I ...
0
votes
2answers
35 views
How to open a fresh new browser from servlet [closed]
I want to open a fresh browser from my servlet application. Is there any way to do this?
Not.. this is my first browser opening from the application. I am not running this servlet from a browser.
...
-1
votes
1answer
36 views
disable scroll with overlay active like Facebook
I was wondering how does Facebook handles the browser scroll when one opens an image for a larger view. It seems the scroll gets disabled but remains visible (the element container). I want to create ...
0
votes
0answers
32 views
How can I “GET” request a script on the HEAD only when the preceding script has finished loading in javascript
I'm asking for this because have noted in google chrome developer tools that the GET request are done in parallel and if the last files haven't load after some time because the preceding script is too ...
0
votes
2answers
52 views
Opening multiple tabs in specific window of browser?
I know JavaScript has a method
window.open(URL,name,specs,replace)
with it I can open a tab or new window with a name
eg.
window.open('www.google.com','name1');
And replace the content in ...
0
votes
2answers
60 views
how to play videos in nintendo 3ds browser which does not support html5 or flash
How can I play videos in a webpage in the Nintendo 3DS Browser?
It does not support any kind of video playing plugin.
Could some Javascript load still images or GIF files in a row to simulate a ...
0
votes
0answers
26 views
Force page reload on browser back when the fragment identifier changes
Problem:
1.User clicks on this link: default.aspx#id=1.
2.The page loads, the JS from the page gets the fragment identifier (in this case id=1), and then it posts back and loads some content based ...
0
votes
1answer
64 views
How to play .ts files (video/MP2T media type) in Browser?
I have one .m3u file that points to several .ts files (all in akamai).
Because we give to akamai a live stream, they convert it to these .ts files each of 10s. I see that the m3u files are easy to ...
0
votes
1answer
27 views
Android/iOS/Win: force browser to save HTML/JS/CSS indefinitely
We're going to create a data-driven mobile HTML5 app. I was thinking we can just access it using the default browser on each platform. I read about caching behavior of browsers on latest versions of ...
0
votes
4answers
56 views
Speeding up website - marking scripts/images as optional?
On my website I have ads from a network that does not load particularly fast. Some browsers won't draw the page unless the ads load, making the website appear slower than it actually is - is there any ...
0
votes
0answers
25 views
which browsers dont send the referer header?
I always read about the fact, that user-agents dont have to send the referer header so you cant rely on it. To limit others from "stealing" pictures from your page and generating extra load for you ...
0
votes
1answer
39 views
How to develop authentication of REST queries correctly when REST client is browser
I am at start of develoment of web-application. Application should be RESTful.
I am new to REST. And now I can't understand how user login/logout need to be done correctly to meet REST restrictions.
...
1
vote
2answers
66 views
How to clean memory of browser in javascript from objects and classes?
I making a quest game with three scenes. The player can move from scene to scene and go back. (like a well known classic quests: Neverhood,Machinarium,The Curse of Monkey Island)
Each scene have it's ...
0
votes
2answers
33 views
container is positioned from bottom all the time
Can anyone suggest me please an efficient way to make one container to stick out from bottom of the browser window and be positioned :relative, be scrollable
Can I do it in pure CSS or there is a ...
0
votes
1answer
51 views
Sammy.js with Knockout.js Not Running Route With Every URL Change
I have a single Sammy route that recognizes an arbitrary number of parameters. The route looks like this:
get(/^\/(?:\?[^#]*)?#page\/?((?:[^\:\/]+\:[^\:\/]+\/?)*)$/g, function() {
var params = ...
3
votes
2answers
50 views
How much data is it okay to put on a data attribute in the dom? [duplicate]
Sometimes I'd like to put a decent amount of data on the page to avoid extra AJAX calls for dynamic content. I wonder while doing so if there is a performance penalty I should be cautious of.
0
votes
0answers
35 views
Embed webkit in lazarus on Mac OS
I want to embed a browser using webkit into Lazarus, but it seems that i can`t manage to integrate it properly because I keep geting errors at compilation.
I use Mac OS Mountain Lion 10.8 32 bit ...
0
votes
2answers
28 views
How to check whether the browser window is active or not?
I'm using Javascript to implement some kind of instant messaging. When a message arrives, I want to play a sound if the user is not focused on the browser window and no sound otherwise. I've seen ...
0
votes
1answer
17 views
CORS-aided cross-origin-XHR
Modern browsers support CORS handily. If CORS-aided cross-origin-XHR is sent to CORS-ignorant site, the XHR succeeds in no question.
Does it expose more vulnerability in this regard? How to strictly ...
-5
votes
0answers
49 views
c++ basic made browser does not load javascript/css [closed]
i just made a basic web browser following a tutorial.
The problem is the web browser does not loading javascript/css.
Is there any code that needs implemented in the browser to load them?
This is the ...
0
votes
0answers
16 views
AAC+ Stream in a Browser?
Hello I am looking for any 'normal' way to get an AACP stream working in a Browser.
I read through many StackOverflow threads and there does not seem any way that Flash would be able to play it off, ...
0
votes
1answer
16 views
Background - IE issue (working with every other browser)
I have the following page that is working perfectly on every browser but IE.
The issue on IE is the messed up background on the second maincontent/letcol div.
Any idea why it doesn't fit with the rest ...
0
votes
0answers
66 views
Android 4.1 browser does not correctly close the dialog page (jquerymobile.com), compared to Android 2.3
Click "Open dialog" and close the dialog.
http://jquerymobile.com/demos/1.2.1/docs/pages/dialog/index.html
Android 2.3 browser will close immediately, without delay.
Android 4.1 browser will close ...
0
votes
0answers
26 views
sending file (soap response) to browser instead of saving on server
Hi i created a php script that sends a soaprequest to a soapserver. The soapserver makes a file that i want to get back.
I can create the file but so far i need to save it on the server.
Here an ...
0
votes
0answers
11 views
PHP opening file in browser with vendor plugin
I created a soapclient that receives a document. This document is an unknown type because its vendor specific.
The vendor provides a plugin for internet explorer. When i drag & drop the file ...
0
votes
0answers
24 views
Get Redirected URL From Browser - Android
Here's my problem I want to authorize my app from a user.
for this the api provides me OAuth 2.0 process
I have a link " A " which contains my app key and my redirection link
eg. ...
0
votes
0answers
63 views
Make html5 geolocation ask permission every time user reloads the page
Why we need that:
We have some page in our website which allows users to enter some data and search for another customers in their area. When user opened that page the popup message must be shown
...
0
votes
0answers
67 views
Slider and its tooltip text in ExtJs are not visible properly with webserver?
I have executed slider in ExtJs with and without web server.
With out using Web Server (Directly open index.html file)
Using Web Server (Apache, XAMPP)
I have observed unexpected output when I ...
0
votes
0answers
48 views
How do I refresh a browser window?
Currently, I'm refreshing the browser window using the following SendInput hack:
void GenerateKey ( int vk , BOOL bExtended)
{
KEYBDINPUT kb={0};
INPUT Input={0};
// generate down
...
0
votes
1answer
18 views
How to get browser keystore from applet?
I have an applet for The digital signature.Also i have certificate on PKCS ♯12 which imported to browser.
How can i get this certificate from browser using applet?
4
votes
1answer
76 views
Which browsers send the expect: 100-continue header?
The HTTP/1.1 spec allows for clients to send an Expect: 100-continue header for large request payloads (8.2.3 Use of the 100 (Continue) Status - Hypertext Transfer Protocol -- HTTP/1.1 - RFC2616).
...


