0
votes
1answer
26 views
How to make child-navigation not affect parent browser history ?
I have a main page which contains a simple iframe. Iframe source = a php file.
The PHP have a link the user can click, but whenever clicked, the browser history increases.
I want the iframe to be …
0
votes
2answers
37 views
How do I open .PPS / .PPT files in the browser?
I want to open and show the .pps / .ppt file in the web browsers? How do I do that?
0
votes
3answers
37 views
Getting user specified javascript executed for all pages
Is there a way for the user to get browsers to load a (small) piece of Javascript code for every page they view?
0
votes
0answers
14 views
Simulating a Favourites Bar Within a Page
Is it possible to simulate a favourites bar within a page? I know it is possible for the Chrome and FF browsers. Is there a way of doing it in IE? The simulation does not have to be perfect, as long …
0
votes
4answers
90 views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of the suggested …
-1
votes
0answers
54 views
Cannot download any file from Internet [closed]
From this morning cannot download any file from Internet with any browser. I am sure that there is not any virus because I have MS Defender and MS Security Essentials with last updates. My MS Windows …
2
votes
5answers
151 views
Equivalent of Firefox’s “error console” in other browsers
Is there an equivalent to Firefox's "Error console" in other browsers? I find the error console handy for finding JavaScript errors, but there doesn't seem to be an equivalent simple way to see error …
0
votes
1answer
20 views
the data of an input field not on one line will all browsers accept it?
Hi im working on a system with inputfields.
Normaly i put the input field on one line but now i have made it like this below
<input
type='text'
name='alg_persoonsgegevens_achternaam'
…
0
votes
2answers
161 views
Changing the address of the opener window in IE8
From a child popup window (opened using window.open), I am trying to change the URL of the window that opened me, e.g.
window.opener.location.href = 'http://www.google.com';
In all browsers this …
0
votes
2answers
72 views
JFrame disappear behind applet’s browser window
My app is a JApplet which opens a JFrame. the applet has a listener and a button, so that if the frame goes behind another window (looses focus), the user can simply click the button to get it to come …
0
votes
1answer
52 views
Browser related: css print style sheets - stopping client download overhead with @media
Hi
Hopefully I can explain this well and hopefully I'm thinking the right way :)
My question is, If I have a print style sheet that has a couple of classes that "displays" a background image, is …
0
votes
3answers
97 views
Browser wars, why? [closed]
What does google earn from chrome or microsoft from ie? Or firefox. They all want us to use their browsers but what's the deal? They are all free, no ad revenue etc.
-5
votes
2answers
132 views
My asp .net Master Page is not correctly rendering in Firefox.
Somebody please help.....
I am even starting to doubt ASP .Net....i should have opted for php on this project...
It seems ASP >net is only good in IE and never good in Firefox,Safari etc
Is there a …
0
votes
6answers
110 views
transparent gif help
Hi, I have a website that I need to make some images that are colored, with a 45% opacity, so you can see through to the background. My problem is that for obvious reasons I cannot use a .png. I have …
0
votes
1answer
49 views
How do you edit the browsercaps section in the machine.config file of the web server
I am trying to edit the browser caps for my ASP .Net application in web.config but it seem after editing the effects are not realized in my browsers e..g Firefox and chrome, so i heard that you can …
