active questions tagged browsers - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T10:44:38Z http://stackoverflow.com/feeds/tag/browsers http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1713771/how-to-detect-page-zoom-level-in-all-modern-browsers 0 How to detect page zoom level in all modern browsers? understack 2009-11-11T08:16:55Z 2009-12-04T22:32:48Z <ol> <li><p>How can I detect page zoom level in all modern browsers? While this <a href="http://stackoverflow.com/questions/680596/how-to-get-zoom-level-in-internet-explorer-7-javascript">thread</a> 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 <a href="http://novemberborn.net/javascript/page-zoom-ff3" rel="nofollow">suggested solution</a></p></li> <li><p>FF stores page zoom level for future. So on first page load would I be able to get zoom level? Somewhere I read it works if you're changing zoom level on that page after its loaded.</p></li> <li><p>Is there a way to trap 'zoom' event?</p></li> </ol> <p>I need this because some of my calculations are based on no of pixels and they get changed on Zoom.</p> <p>Thanks.</p> <p><strong>Modified sample given by tfl. This would alert different height based on zoom level.</strong></p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"/&gt;&lt;/script&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="xy" style="border:1px solid #f00; width:100px;"&gt; Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sollicitudin tortor in lacus tincidunt volutpat. Integer dignissim imperdiet mollis. Suspendisse quis tortor velit, placerat tempor neque. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Praesent bibendum auctor lorem vitae tempor. Nullam condimentum aliquam elementum. Nullam egestas gravida elementum. Maecenas mattis molestie nisl sit amet vehicula. Donec semper tristique blandit. Vestibulum adipiscing placerat mollis. &lt;/div&gt; &lt;div&gt; &lt;button onclick="alert($('#xy').height());"&gt;Show&lt;/button&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> http://stackoverflow.com/questions/1845030/how-do-i-open-pps-ppt-files-in-the-browser 0 How do I open .PPS / .PPT files in the browser? unknown (google) 2009-12-04T05:25:48Z 2009-12-04T06:38:27Z <p>I want to open and show the .pps / .ppt file in the web browsers? How do I do that?</p> http://stackoverflow.com/questions/438272/lightweight-web-browser-windows 0 lightweight web browser ( Windows ). BubbaT 2009-01-13T08:07:14Z 2009-11-27T05:37:56Z <p>Using virtual desktops, there are over 100 tabs open in my firefox. I need something lightweight that I can use for various development activities ( for example to access the project management page ).</p> <p>Suggestions?</p> http://stackoverflow.com/questions/1767491/getting-user-specified-javascript-executed-for-all-pages 0 Getting user specified javascript executed for all pages Nathan 2009-11-20T00:02:52Z 2009-11-20T00:44:55Z <p>Is there a way for the <em>user</em> to get browsers to load a (small) piece of Javascript code for every page they view?</p> http://stackoverflow.com/questions/165779/are-the-put-delete-head-etc-methods-available-in-most-web-browsers 11 Are the PUT, DELETE, HEAD, etc methods available in most web browsers? John Millikin 2008-10-03T05:26:59Z 2009-11-18T16:32:16Z <p>I've seen a couple questions around here like <a href="http://stackoverflow.com/questions/165720/how-to-debug-restful-services">How to debug RESTful services</a>, which mentions:</p> <blockquote> <p>Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even HTTP POST.</p> </blockquote> <p>I've also heard this, that browsers support only GET and POST, from some other sources like:</p> <ul> <li><a href="http://www.packetizer.com/ws/rest.html" rel="nofollow">http://www.packetizer.com/ws/rest.html</a></li> <li><a href="http://www.mail-archive.com/jmeter-user@jakarta.apache.org/msg13518.html" rel="nofollow">http://www.mail-archive.com/jmeter-user@jakarta.apache.org/msg13518.html</a></li> <li><a href="http://www.xml.com/cs/user/view/cs_msg/1098" rel="nofollow">http://www.xml.com/cs/user/view/cs_msg/1098</a></li> </ul> <p>However, a few quick tests in Firefox show that sending <code>PUT</code> and <code>DELETE</code> requests works as expected -- the <code>XMLHttpRequest</code> completes successfully, and the request shows up in the server logs with the right method. Is there some aspect to this I'm missing, such as cross-browser compatibility or non-obvious limitations?</p> http://stackoverflow.com/questions/686622/how-do-browsers-ui-elements-available-on-the-mobile-phone-platform 0 How do browsers UI elements available on the mobile phone platform? chairmeister 2009-03-26T16:47:42Z 2009-11-12T20:38:07Z <p>I'm designing a website for the high end mobile phones, and I want to know how the different UI elements (e.g. buttons, check boxes, list boxes, textfields, etc) look like on different mobile browsers (eg safari, webkit, IE, etc) on different devices (e.g. Nokia, iPhone, etc). Can you offer some advice how I can get access to these without having to purchase the devices or using some online simulators? </p> <p>Also I'm not so clear how these basic UI elements that is available from the platform works - do the mobile brwosers use their own UI elements or do they take the UI elements from the device OS and apply some visual style (e.g. checkboxes in safari looks different from that on IE on desktop browsers)?</p> http://stackoverflow.com/questions/1717828/simulating-a-favourites-bar-within-a-page 0 Simulating a Favourites Bar Within a Page Bill Bell 2009-11-11T20:24:51Z 2009-11-11T20:24:51Z <p>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 as the 'favourites bar' within the page accurately captures the link.</p> <p>Thanks!</p> http://stackoverflow.com/questions/84912/what-is-the-easiest-or-fastest-way-to-make-css-render-the-same-in-all-browsers 18 What is the easiest or fastest way to make CSS render the same in all browsers nicudotro 2008-09-17T16:13:01Z 2009-11-11T14:26:38Z <p>Making a web page display correctly im all major browsers today is a very time consuming task.</p> <p>Is there a easy way to make a CSS style that looks identical in every browser? Or at least do you have some tips to make this work easier?</p> http://stackoverflow.com/questions/1698127/cannot-download-any-file-from-internet -1 Cannot download any file from Internet [closed] Dmitry Boyko 2009-11-08T22:25:15Z 2009-11-08T22:27:30Z <p>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 has all last updates as well.</p> http://stackoverflow.com/questions/69830/which-browsers-your-applications-officially-supports 1 Which browsers your applications "officially" supports? dimarzionist 2008-09-16T06:35:00Z 2009-11-05T08:15:34Z <p>What browsers does your latest project "officially" support? </p> <p>For the browsers you chose not to support, what were the key reasons not to support them?</p> http://stackoverflow.com/questions/1607626/changing-the-address-of-the-opener-window-in-ie8 0 Changing the address of the opener window in IE8 giltayar 2009-10-22T14:28:24Z 2009-11-02T06:27:45Z <p>From a child popup window (opened using window.open), I am trying to change the URL of the window that opened me, e.g.</p> <p>window.opener.location.href = '<a href="http://www.google.com" rel="nofollow">http://www.google.com</a>';</p> <p>In all browsers this works wonderfully, except for IE8 (and I am somewhat sure it worked in previous IE8. Maybe a security update kills this).</p> <p>In IE8 what happens is that the line above is treated as a request to open a NEW window with the address and the original opener window stays the same. And, since I am not putting this line inside an onclick event, this is treated as a popup.</p> <p>So how do I do this in IE8? How do I change the opener location?</p> http://stackoverflow.com/questions/1648582/equivalent-of-firefoxs-error-console-in-other-browsers 2 Equivalent of Firefox's "error console" in other browsers Kinopiko 2009-10-30T08:19:08Z 2009-10-30T09:22:52Z <p>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 messages on other browsers. I'm interested in Internet Explorer, Opera and Google Chrome.</p> <p><strong>Post script:</strong> I'm not looking for an alternative to Firefox's error console, it is fine for me. I don't need FireBug. Also I am aware of the Developer Tools in Google Chrome, but I can't make sense of it. I just want to get the error messages. Is there some way to get sane error messages out of it? I haven't been able to. My default browser is Chrome on Windows and Linux, but if I do something in JavaScript, I end up having to switch to Firefox to get the error messages from the error console.</p> http://stackoverflow.com/questions/1618491/the-data-of-an-input-field-not-on-one-line-will-all-browsers-accept-it 0 the data of an input field not on one line will all browsers accept it? matthy 2009-10-24T16:47:30Z 2009-10-24T16:51:45Z <p>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</p> <pre><code> &lt;input type='text' name='alg_persoonsgegevens_achternaam' id='alg_persoonsgegevens_achternaam' class='text dontprintinput' value='xxxxxxx' maxlength='50' size='20' /&gt; </code></pre> <p>I was wonderdering if ALL browsers (also IE6..) accept this way because the input is not on one line and I have never seen anyone do it before.</p> http://stackoverflow.com/questions/1600953/jframe-disappear-behind-applets-browser-window 0 JFrame disappear behind applet's browser window Terje Dahl 2009-10-21T13:48:45Z 2009-10-22T15:44:26Z <p>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 to the front. <code>frame.toFront();</code> This works fine.</p> <p>But initially (in the applet's <code>public void init() {}</code>), after calling <code>frame.setVisible(true);</code> I call <code>frame.toFront();</code> to to make sure it starts in front. However, the frame then immediately goes behind the browser. Pressing the button calls it back, though. I have tried a running a separate thread which repeatedly calls <code>frame.toFront();</code> But as soon as this stops, the frame goes behind the browser anyways. Only when the button is pressed does it come to the front, and stay in front. Also, having a loop or time continually holding it in front is not a good option, because the user may need or want to have it go behind on purpose. This "bug" is not present on the Mac (which runs Java 1.5), but on Windows (running 1.6) - including IE, FF, Chrome, Safari, but not Opera (strangely).</p> <p>Possible cause and fix?</p> http://stackoverflow.com/questions/1570086/browser-related-css-print-style-sheets-stopping-client-download-overhead-with 0 Browser related: css print style sheets - stopping client download overhead with @media jared 2009-10-15T03:05:30Z 2009-10-15T03:28:23Z <p>Hi</p> <p>Hopefully I can explain this well and hopefully I'm thinking the right way :)</p> <p>My question is, If I have a print style sheet that has a couple of classes that "displays" a background image, is there a way to make the browser download the images at the point of printing or do you have to preload the images.</p> <p>I have mixed results doing a print styled background image with FF and IE. IE actually seems to download the image at print? where as FF doesn't - (even though Firefox's Live HTTP headers addon says it does!).</p> <p>My code is basically saying this:</p> <p>@media=screen .class { display: none;</p> <p>}</p> <p>@media=print .class { display: list-item !important; list-style-image: }</p> <p>TYIA</p> <p>Jared</p> http://stackoverflow.com/questions/1565880/browser-wars-why 0 Browser wars, why? [closed] melih 2009-10-14T12:13:23Z 2009-10-14T12:18:46Z <p>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.</p> http://stackoverflow.com/questions/1531874/my-asp-net-master-page-is-not-correctly-rendering-in-firefox -5 My asp .net Master Page is not correctly rendering in Firefox. renilative 2009-10-07T14:08:56Z 2009-10-07T14:57:03Z <p>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 way to just make my pages render correctly in Other browsers other than IE..... The last time i was told to put .browser in my project and that really worked....for a season...now only the master page shows and content inside the content placeholders does not show....Help...</p> http://stackoverflow.com/questions/1528143/transparent-gif-help 0 transparent gif help Ralph The Mouf 2009-10-06T21:16:37Z 2009-10-06T21:37:20Z <p>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 used a gif. When I get it on the site, the opacity has read as far as the color, but you cannot see through it. How do I make this happen</p> <p>EDIT</p> <p>I don't want to use an IE6 hack if I don't have to. As far as I have tried, there are no scalable hacks.</p> http://stackoverflow.com/questions/568977/identifying-between-refresh-and-close-browser-actions 1 Identifying Between Refresh And Close Browser Actions ashish bhatt 2009-02-20T10:06:23Z 2009-10-05T00:51:22Z <p>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 triggered, there is no way to distinguish between refresh the page or close the browser. If you have any solution then give me.</p> http://stackoverflow.com/questions/1508106/how-do-you-edit-the-browsercaps-section-in-the-machine-config-file-of-the-web-ser 0 How do you edit the browsercaps section in the machine.config file of the web server renilative 2009-10-02T07:12:42Z 2009-10-02T12:24:56Z <p>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 put your browsercaps in machine.config but after doing that when i run my applications on my server its now saying service not available...as in like something evil happened to my machine.config file</p> http://stackoverflow.com/questions/352468/websites-for-the-iphone-but-what-about-other-platforms 3 Websites for the iPhone - but what about other platforms? portalpie 2008-12-09T11:38:54Z 2009-09-27T23:36:37Z <p>I recently did the Chris Coyier tutorial from the <a href="http://css-tricks.com" rel="nofollow">css-tricks.com</a> weblog <a href="http://css-tricks.com/video-screencasts/38-basics-tips-on-designing-for-the-iphone/" rel="nofollow">#38: Basics &amp; Tips on Designing for the iPhone</a>. Needless to say I got very excited and suggested to a guy that I do some code monkey work for that we could now offer iPhone websites to his clients. He said cool, but what about other mobile devices? good question. So what is the low down on designing websites for Android, Blackberry, WindowsMobile, etc? Are people bothering with the other platforms? Thanks.</p> http://stackoverflow.com/questions/1410116/css-how-to-centralize-vertically-only-ie-does-not-works 0 CSS, how to centralize vertically? (only IE does not works) kanayaki 2009-09-11T10:12:15Z 2009-09-11T10:16:19Z <p>How to centralize vertically of a div??</p> <p>In FF, chrome, opera, safari, I use this:</p> <p>top: 50%;</p> <p>And centralize, but IE stuck at top. Why? how to centralize vertically in IE?</p> http://stackoverflow.com/questions/1409169/open-browser-in-full-screen 0 Open browser in Full screen Hemant Kothiyal 2009-09-11T05:41:18Z 2009-09-11T09:12:21Z <p>Hi In asp.net website, I would like to add button by which user can view the page in Full Screen mode and switch back to Normal mode. [This is same as happens with F11]</p> <p>I have seen many javascript code but all of them is opening new window in full screen.</p> <p>But i would like have same window in Full screen</p> <p>If it happn then i will put that button in MASTER page.</p> <p>Please help?</p> http://stackoverflow.com/questions/128480/recovering-browser-textareas 0 Recovering browser textareas deadprogrammer 2008-09-24T17:22:49Z 2009-09-08T15:31:03Z <p>Is there a way to recover the contents of a browser textarea? Say, you've typed a long post and then accidentally clicked on a link. Then when you come back, the textfields tantalizingly retain the text you typed in, but the textarea is blank. Where does IE and Firefox store the stuff that prepopulates? Can textareas be brought back? </p> http://stackoverflow.com/questions/1380446/is-firefox-3-x-slower-to-startup-than-firefox-2-x-or-is-it-just-me -2 Is Firefox 3.x slower to startup than Firefox 2.x or is it just me? [closed] Supertux 2009-09-04T16:59:05Z 2009-09-04T16:59:05Z <p>Is Firefox 3.x slower to startup than Firefox 2.x or is it just me?</p> http://stackoverflow.com/questions/1353333/how-to-drag-and-drop-folders-or-multiple-html-files-into-a-browser-and-have-the 0 How to "drag and drop" folders or multiple HTML files into a browser and have them open in multiple tabs [closed] PoorLuzer 2009-08-30T07:24:50Z 2009-08-30T07:30:01Z <p>I save pages that I browse on the net and find interesting into a folder called C:\PageSaves</p> <p>Later, during the commute, I open these pages to see what they are and move them into a neatly categorized folder tree.</p> <p>For example, Perl related pages goto C:\Pages\Perl, MySQL related pages goto C:\Pages\MySQL and so on.</p> <p>I was wondering if there is any way I could</p> <ol> <li><p>open any number of HTML files on disc / inside a folder (C:\PageSaves in my case) into Mozilla/FF/K-Meleon etc</p> <p>For example, I would like to just "drag and drop" the folder C:\PageSaves into FireFox and have it open all the .html pages in the folder in a separate tab</p> <p>Right now, if I "drag and drop" multiple HTML files, it just opens the last file in the selection.</p></li> <li><p>Have a set of toolbar buttons, basically, a (the) plugin that should allow me to nuke the page (if I don't want to keep the page anymore) from disc or move the file (and its corresponding folder) into a predefined / new folder</p></li> </ol> <p>I am familiar with coding full blown FireFox plugins, so even if something very basic/almost similar exists, I can take it forward.</p> <p>Hints/clues/other methods of achieving the same result are all welcome!</p> http://stackoverflow.com/questions/1310733/generic-way-to-ask-which-browser-theyre-using 0 Generic way to ask which browser they're using ? joebert 2009-08-21T08:34:13Z 2009-08-21T09:28:50Z <p>What I would like to do is have a text input with the question "what browser are you using" above it. Then when a form is submitted, I'd like to compare their answer to their User-Agent HTTP header.</p> <p>I'm a little stumped on how to reliably make this work though.</p> <p>I could ask them to spell it out instead of using acronyms like IE or FF, but Internet Explorer uses "MSIE" as its' identifier doesn't it ?</p> <p>Another thought I had was to keep a pool of User-Agent strings, then present them with a select element that has theirs inserted randomly among 4 or so other random strings and asking them to select theirs. I fear non-tech-savy users would bungle this enough times for it to be a problem though. I suppose I could use some logic to make sure there's only one of each browser type among the options, but I'm leery about that even.</p> http://stackoverflow.com/questions/1275400/how-can-i-check-my-ajax-application-and-site-on-multiple-browsers 0 How can I check my ajax application and site on multiple browsers? jasondavis 2009-08-14T00:21:34Z 2009-08-14T01:56:54Z <p>I am running windows 7 which won't even allow me to use the latest IE version for testing.</p> <p>I currently use google crome and firefox. Is there a program or easy way to test a site with multiple browsers, and not just </p> <p>the way they might look but everything like javascript and ajax just as if I were using that particular browser?</p> http://stackoverflow.com/questions/376040/firefox-vs-ie-vs-chrome-vs-safari 11 Firefox vs IE vs Chrome vs Safari... David Bonnici 2008-12-17T21:09:48Z 2009-08-10T06:18:42Z <p>Currently I am designing a website and I am finding it VERY difficult to display the website perfect on ALL browsers. </p> <p>Is there any rules, suggestions etc to follow?</p> <p>Thanks</p> http://stackoverflow.com/questions/1207190/embedding-base64-images 3 Embedding Base64 Images S Pangborn 2009-07-30T15:01:01Z 2009-07-30T15:51:16Z <p>Purely out of curiosity, what browsers does Base64 image embedding work in? What I'm referring to is <a href="http://www.greywyvern.com/code/php/binary2base64" rel="nofollow">this</a>.</p> <p>I realize it's not usually a good solution for most things, as it increases the page size quite a bit - I'm just curious.</p> <p><strong>Some examples:</strong></p> <p><em>HTML:</em></p> <pre><code>&lt;img alt="Embedded Image" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIA..." /&gt; </code></pre> <p><em>CSS:</em></p> <pre><code>div.image { width:100px; height:100px; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIA...); } </code></pre> <p><em>Want to help test?</em> Try the page <a href="http://anesti.org/datatest.html" rel="nofollow">here</a>.</p>