A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

learn more… | top users | synonyms (1)

0
votes
0answers
23 views

Jquery setInterval stops in separate tab

I need my setInterval function to work even when the browser tab with current script is not active. You can see my example here http://jsfiddle.net/4MWqV/. var balance=100000000; ...
0
votes
1answer
37 views

Background-Image size not working in all browsers

the weirdest thing just happened, I had a problem I fixed with the footer and I accidently left the %sign after contain in my code. Take a look. My site is usahvacsupply.com html, body{ ...
0
votes
0answers
16 views

How to code around corporate policy of not upgrading Windows XP

We have a web app that is not supported on older browsers that we license to companies. One problem we're running into is that many companies are still running Windows XP and only allow Internet ...
-1
votes
0answers
10 views

IIS set up new virtual directory in web site, when do directory listing i can see .asmx page, when click on the .asmx page i get error message [closed]

On IIS, i set up new virtual directory under web sites. when do directory listing i can see .asmx page, when click on the .asmx page i get error message, " HTTP 404. The resource you are looking for ...
-1
votes
1answer
50 views

Making the application browser specific

The tested and supported platform for my application is Windows based computer with IE as browser. If the browser which the user uses is not Internet Explorer then my application should not permit the ...
1
vote
4answers
44 views

Why do the html controls in below page wrap when browser resized

Below is code for a simple HTML page. Despite the overflow and white-space settings in the style for container, the controls will wrap when the page is re-sized. I am testing in Chrome browser. Seems ...
0
votes
1answer
21 views

Security warning in browser

If you visit the URL below, your browser would give you a warning regarding site security. What is the cause of the warning? What can I do to prevent other people from seeing this warning? Here is ...
0
votes
0answers
67 views

Why is Enter key on Input box triggering Button click?

I am confused. The website is based on asp.net (aspx), knockout 2.2.1, jquery 1.9.1 and I wanted to make Enter key on input box to act as a button click on several pages. So I thought I need to use ...
0
votes
1answer
22 views

How to use a custom time in browser to test for client vs server time difference

I just wrote a little piece of code to show the server time in a webpage. At the moment I just have one machine so I cannot test if the code is working. Is there a way to tell the browser to use a ...
0
votes
2answers
25 views

javascript: to make backend db changes is reflected to browser instantly, is it possible?

Here is my problem. I have a hardware scanner connecting to a windows computer. When I scan an item windows computer will get the price/information about this item. I will insert the price to my ...
0
votes
1answer
39 views

Using AFNetworking with authentication fails with correct credentials

I'm trying to download a .sqlite file from my companies FTP site using AFNetworking. Each FTP user has their own folder on my server. I found this question to handle the authentication, and this ...
1
vote
0answers
22 views

convert responsive page to pdf with acrobat button

Couldn't decide if this is a question better for Stack Overflow or Superuser, haven't got any bites on Superuser yet... I have Adobe Acrobat 9.0 Pro, and with that, the Convert Web Page to PDF button ...
0
votes
0answers
16 views

Record screen (screencast) using HTML5, e.g. getUserMedia or something?

Is there some HTML5 API that can help me record the screen (screencast)? I know about recording webcams etc, but I need the screen it self. It would help even more if this API was actually implemented ...
4
votes
3answers
89 views

Image not working - Is it a Chrome Bug?

I'm having an issue with chrome and I wanted to know if is a bug or my fault. When I try to use an Image called 300x250.png the tag IMG is stripped from the browser, this is not happening with the ...
1
vote
3answers
37 views

Why does my layout get cut off when I resize my browser?

If you go to http://digitaldemo.net/anova/ and resize the browser to make it smaller and then scroll horizontally to the right, you will see that the background now covers the part of the page outside ...
1
vote
0answers
23 views

Spread sheet (like Microsoft Excel) viewer as a service in company LAN

Is there framework/ready-to-use system, that will let open *.xls, *.xlsx files in a browser. For example http://officeviewer.company.com/file.xls For desktop there is free Excell Viewer from ...
2
votes
4answers
49 views

In Android, how to open an app in browser

Suppose I have a web page, and I load that page in a browser on an android device. What I expect is, when I click a button in the web page, an app can be opened. Is there any way to do that? Thanks a ...
0
votes
0answers
26 views

HTML button element in consistency

I have used some button elements in my Spring MVC application form. While Chrome is returning the value attribute to the server over POST in all environments, IE 10 is returning the button text when ...
0
votes
1answer
31 views

How to detect if there actually is a scrollbar in a browser window

I'm trying to detect if there actually is a scrollbar being shown in the browser window. Answers to questions like this detect wether the content can be scrolled, but given modern os's and browsers, ...
0
votes
0answers
10 views

Flash in Lazarus OsX

I want to embed Flash into Lazarus under Mac Os. I have read that people had some success under Windows and Linux while using Mozilla Plugin Panel but that doesn't work on OS X (plus, that project is ...
1
vote
1answer
42 views

Session loses data on page refresh (php, apache vhost, IE)

On IE my session does not work as i desire. the script:: <? session_start(); echo "Testing sessions " . $_SESSION['test'] . " working"; $_SESSION['test'] = 'are'; ?> load page (displays ...
-2
votes
0answers
15 views

Apache2 Virtual host site two - browser only downloads php file [closed]

Just set up another virtual host (Using Name-based Virtual Hosts Apache2 ) and they're both running wordpress. One site (the first) has no problems, but seting up the second one - the browser only ...
0
votes
2answers
47 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
21 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
59 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
27 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
30 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
25 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
47 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
44 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
33 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
18 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
48 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
44 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
22 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
14 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
43 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
49 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
25 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
54 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 ...

1 2 3 4 5 176