A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.
-2
votes
0answers
24 views
An online web browser? [closed]
I'm in the midst of creating an online, web based, browser. The only way I have thought to do such a thing would be using iframes. The obvious issue I'm running across is, probably at least 50% of ...
0
votes
0answers
5 views
about:blank and chrome://downloads/ in referrer field of access_log
Today I find that the website has these 2 strange requests, which have strange referrer:
about:blank
chrome://downloads/
Ignoring the fact that we can set dump referrer using any script (cUrl..), I ...
2
votes
1answer
40 views
when i submit a form, the .php file loads in the browser instead of running
I'm trying to teach myself PHP and following along with an excercise from a book..
When i submit the form, the .php file loads in the browser instead of running..
I am testing this locally on a mac
...
0
votes
0answers
9 views
Is there any browser plugin or js library that allows rotate 3D DWG objects?
Have you seen somthing like this?
I tryed http://www.autodwg.com/dwg-viewer/dwgviewx.htm, but it seems it supports just 2D objects
Another problem is taht it should work under IE8.
0
votes
0answers
38 views
facebook like box only showing in chrome (not in firefox, IE or safari)
not sure if anybody is able to assist me with this but i am racking my brain trying to sort it out.
http://www.gisbornepeakwines.com.au/
If you visit this that site in Google Chrome you will see the ...
0
votes
0answers
19 views
Difference in cookie handling Chrome vs rest
So recently on my website I introduced options for users to change the default language of the website. I used cookies to establish the task. So what the website does in short is before rendering, it ...
0
votes
1answer
28 views
Browsers are not setting cookies although I have Set-Cookie in response
I have an api endpoint for static S3 hosted site. The S3 site lives on the domain name: www.mysite.com
My api (django) runs on the site the domain name: api.mysite.com
When I use my login button on ...
1
vote
0answers
15 views
How can I write web browser Javascript console output and stack traces to stdout & stderr?
I am currently using Chromium for my Javascript web development, but I would be happy to get output to standard output from any web browser.
My development environment, which is Emacs, is optimised ...
0
votes
1answer
49 views
Browser keeps crashing on certain Javascript file
First off, sorry for any bad English as it's not my primary language.
I'm having some troubles with Javascript. A certain file keeps crashing my browser (doesn't matter if it's Chrome, Firefox or IE) ...
10
votes
3answers
173 views
+50
mousemove event is triggered onscroll even when mouse was not moved on chrome
I was trying to answer an issue with custom drop down, but challenged by an inconsistent behavior in Chrome and FF.
DEMO: http://jsfiddle.net/fyeht/ [Added scroll event for more clarity]
See below ...
0
votes
0answers
26 views
Line break not working in Firefox
When I try to print from the browser the newline : \n\r or Environment.NewLine doesn't work in Firefox. Works fine in IE, Chrome.
Environment : Visual Studio 2010, C#.
0
votes
1answer
50 views
An error appears if Selenium Webdriver test that is run by TeamCity clicks on Browse button for uploading a file
I run Selenium Webdriver tests by TeamCity on local server (Windows Server 2008). Also I use test automation framework for working with browser's dialog when I try to upload or download file. When I ...
0
votes
4answers
100 views
How do browsers display the target url of a link
If you do a google search for some string , the browser would render the search results in the form of clickable links. Now here comes my question. If one hovers on those links, at the bottom left ...
2
votes
2answers
33 views
How to force the browser to parse the MathML content again?
To be specific(MathJax is not what I am looking for)I have a web-page with some MathML in it.The "FireFox" browser parses it fine but when I try to add the same code through javascript,it doesn't ...
0
votes
0answers
9 views
MP4 video not running in mozilla, opera and safari browser using video tag
I am facing a real trouble. I am trying to run an MP4 file in a video tag. Its running perfectly in google chrome and mobile safari but not in other browsers like Firefox, Opera and Safari.
If ...
0
votes
2answers
25 views
CSS or Color checker : Browser Plugin
Is there any tool or browser plugin for checking styles on a particular element specially it's color and it's background color code.
I have a ASP.NET gridview with like ten's of CSS styles applied on ...
1
vote
2answers
37 views
Jquery Spinner doesn't work on Chrome
I have implemented Jquery spinner but it works fine on Firefox but doesnt work on Chrome.
i have created two functions called start spinner and stopSpinner
Here is my code
function startSpinner(){
...
0
votes
0answers
21 views
FLV can play in Windows Media Player but not when WMP is embedded in Browser
I've installed LAV Filter (http://code.google.com/p/lavfilters/) (selected to install LAV Splitter, LAV Audio, LAV Video). After installation, Windows Media Player (WMP) can play FLVs with no ...
0
votes
1answer
34 views
How can I assign an href to be embedded within a tag?
An href's target attribute can be set to display on a separate page by assigning "_blank" to it; e.g., in my site www.DuckbilledPlatypiRUs.org, I could link to another site this way:
<a ...
0
votes
0answers
35 views
Opening new window exactly same as the parent window using javascript/jquery
I want to open web page in new window/tab. I want to make the new window to be exactly same as the previous one (with all the menubar, locationbar etc).
I tried
window.open ...
0
votes
1answer
41 views
CSS not completely rendered when browser first launched
I'm having a relatively heavily customized Google Blogger blog template here, but the page doesn't seem to render completely during the first launch of the browser (including Chrome, IE10 and Firefox ...
0
votes
3answers
76 views
hide all divs that contain a phrase inside them
I'd like to hide (remove) all <div> that contain a certain string. Like a filter. Think of it having the functionality of a browser add-on.
Basically anything that is
Within a tag within ...
-1
votes
3answers
82 views
Using an alternate Scripting Language to be interpreted by the browser instead of Javascript [closed]
Can a scripting language like Python or Ruby replace Javascript as the browser's interpreted language so that we could be writing .py or .rb files instead of .js for frontend work? If so, would that ...
0
votes
1answer
27 views
unhide div with browser backbutton
when i open div id list1 and followed by opening div id list2 then pressing the browser back button list1 won't reload.
i cant find a way to make this possible, please help. appologies for my back ...
0
votes
2answers
22 views
How to get the link with long tap with Javascript?
Basically I want to get the link the user tap on (long tap gesture) on IE 10.
For click event, I found this
function linkClick(e) {
alert(e.target.href);
}
links = ...
0
votes
3answers
33 views
css rule skipped by browser
Ok, this might look like another stupid question, but I cant find answer.
See this fiddle:
Remove #Navigation in CSS declaration here:
#Navigation .stretch {
...
}
so it becomes:
.stretch {
...
...
0
votes
0answers
15 views
Javascript Change MSPointerDown event listener target to anchor link in IE10
I have the following code which fires when the document body on a long tap. But what I want to achieve is to make it fired when a link on the page is on long tap (hold).
My limited knowledge in ...
0
votes
1answer
30 views
Detecting that file is downloaded, moved and copied
Is there an idea to handle that file downloaded by any browser or moved or copied from another location (not downloading or moving or coping)?
Safari and Chrome add .(.*)download extension, so ...
1
vote
1answer
49 views
overflow auto doesn't in android browser
I have a page with the following directives
<meta name="viewport" content="width=device-width, user-scalable=no" />
I generate dynamically table cells in the following placeholder:
<div ...
2
votes
1answer
57 views
Multitouch on a mobile browser?
I have this browser game I'm developing for fun.
But I'm trying to make it work in mobile browsers too. But I can't seem to make it work when pressing multiple buttons at once.
I have this game ...
1
vote
0answers
25 views
How to display large amount of data (~8Mb) on a web browser at once?
I have to display around 8Mb of data on a web browser. Unfortunately I am not allowed to use pagination. Currently my chrome, FF, IE hang while rendering this huge data.
Is there any way to tweak ...
1
vote
1answer
23 views
Detecting Click Event of iPhone Call alert in Browsers
Is there a way to accomplish this? i.e. I have a page where i pop open a number to place a call on page load using window.location = 'tel:5555555555'; Although, I'd just like to know when they click ...
1
vote
1answer
28 views
Display a SWT Browser programmatically from plugin
I am trying to open the internal browser of Eclipse (org.eclipse.swt.browser.Browser) by calling it from an Eclipse plugin's code.
So far, I could actually instantiate one and I can "open" a URL (I ...
0
votes
0answers
6 views
Is a hit from a Netscape browser really possible?
Apologies in advance if this is not the correct SE site to post this under, I'm not really sure where it should go!
So, earlier today I was looking through some stats for my website and I came ...
-1
votes
1answer
18 views
Open CKEditor with a keyboard shortcut
I use keyboard shortcuts within CKeditor all the time. One of the very useful ones is to save the page (and close the editor) with ctrl-shift-s.
However, I just cannot find a keyboard shortcut to open ...
0
votes
0answers
44 views
Adding contextmenu to WP8 browser control
I am trying to attach a context menu when user perform a hold gesture on a link on a webpage.
I've searched the web and found some recommendations HERE
if (webBrowser.IsScriptEnabled)
{
...
-3
votes
0answers
29 views
why firefox can't load a <div>? [closed]
I'm trying to create a theme for wordpress.
in section of code i have 3 like this:
<div id="main">
<div id="postbox"></div>
<div id="container"></div>
...
-1
votes
1answer
27 views
develop a website that is compatible with all the browser and OS
I want to develop a website using html and php.
I want a website that is compatible with all the browser and OS (tablette ,blackberry).
I have tried before but it was a mess ,it wasn't compatible ...
1
vote
0answers
14 views
In Android, how to prevent error loading page when the browser opens a customized scheme?
I want to open my app from a web page in browser, so I add a button in the web page, and do java script to open a customized scheme, for example, MyAppPackage://. If my app is installed in the device, ...
-8
votes
0answers
67 views
Loader image not working on ajax processing in chrome and IE [closed]
loader image not working on ajax processing in chrome and IE any body can tell me
the exact reason this working fine in firefox??
Thanks
1
vote
2answers
26 views
Google Chrome isn't saving Javascript on navigation
Hi I know that there's a question about this already, but all of the answers don't seem to be working for me.I'm trying to make the JS console not reset on navigation.I know there's the "Preserve log ...
-1
votes
0answers
32 views
detect browser support of jquery methods [closed]
I realize that $.browser is deprecated in jQuery as a means to detect browser agents and understand that feature detection is encouraged as a way to address multiple browser types and their abilities. ...
0
votes
1answer
52 views
d3.js: Transition callback is not called for enter()
I am using a modified version of this D3 tutorial bar chart.
What is important for me is that animations should not stack upon leaving the browser window then trigger all of them when the window is ...
0
votes
0answers
25 views
vanishing content in IE9 only when mouse moves
ok I recently asked about this problem but as I have zero clue where to begin or where to look for the problem I couldnt give much for people to go on.
My problem is that a webpage on my site ...
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 ...





