active questions tagged browser - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T15:51:46Z http://stackoverflow.com/feeds/tag/browser http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1881117/soap-and-web-browser 0 soap and web browser niao 2009-12-10T13:52:52Z 2009-12-10T13:56:05Z <p>greetings, i have a simple question. I have some page that i use for SAML Authority certificate.: <a href="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue" rel="nofollow">http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue</a></p> <p>the coleague of mine asked me why is this "dead link". Well, I told him that it is a soap protocol and it is not a good idea to communicate with the front end user using web browser. But why the link is actually inaccessible from the browser?</p> http://stackoverflow.com/questions/1880510/recently-my-site-has-been-slow-and-ive-been-getting-timeout-messages-in-browser 0 Recently my site has been slow and Ive been getting timeout messages in browser - whats wrong? undefined 2009-12-10T11:59:40Z 2009-12-10T12:04:54Z <p>How can I diagnose timeout problems and slow page loading with my site, I have ySlow plugin in firefox and it shows that grade A/B for most pages so i would expect pages to load quickly. Should I contact my hosting company? The company I bought my domain name from? There is not much load on the server at present and I am using a v. fast connection to connect to the internet. </p> <p>wheres a good place to start? How can i monitor this when we start seeing more traffic? Should hosting company be doing this?</p> http://stackoverflow.com/questions/1876156/css-hacks-firefox-3-5-and-google-chrome 0 CSS Hacks, Firefox 3.5 and Google Chrome Sotkra 2009-12-09T19:16:05Z 2009-12-09T20:23:20Z <p>I searched around and allegedly, only body:nth-of-type(1) is used in CSS to target only Safari and Google Chrome. Lo and behold, mozilla reads it properly too. I searched x10 more but came up with nothing, so here I am.</p> <p>Is there a Google Chrome only CSS hack?</p> <p>G.Campos</p> http://stackoverflow.com/questions/1872912/how-to-open-a-webpage-within-a-blackberry-application 1 How to open a webpage within a BlackBerry application? Bohemian 2009-12-09T10:13:21Z 2009-12-09T18:54:12Z <p>I need to open a webpage from a BlackBerry application. I don't want to use a hyperlink so that users have to navigate to the blackberry browser application. So, I basically need a full screen where the content of that particular page can be loaded just like a browser. Is weblinks the answer to what I need or do I need to just invoke a browser session? Thanks!</p> http://stackoverflow.com/questions/1870406/why-is-the-not-working-for-my-password-input-on-ie 0 Why is the ***** not working for my password input on IE? Ralph The Mouf 2009-12-08T22:41:07Z 2009-12-08T22:44:45Z <p>On all other browers, when someone types in a password the <strong>*</strong> for security works just fine. For some reason those are not showing up on IE and the password is just showing up as is. Any ideas?</p> http://stackoverflow.com/questions/1097986/caching-in-flex 0 Caching in Flex Xelluloid 2009-07-08T13:12:49Z 2009-12-08T17:00:02Z <p>Hello Community, </p> <p>I have the following problem, I have a flex application that works as a frontend in a client-server-application. In my application I have two sliders and a chart that moves when I drag the sliders, now when I have the following positions</p> <p>slider 1: 10 slider 2: 20</p> <p>a request is sent to the server and the response back to my flash. When I now change the sliders to</p> <p>slider 1: 10 slider 2: 30</p> <p>another request is sent to the server, because we have changed the position of slider 2. When I now turn the sliders again to the first position.</p> <p>slider 1: 10 slider 2: 20</p> <p>no request is sent to the server and the chart is moved correctly because the flash seems to know what he will receive, I think the application has cached the result. This effect only works when I open the flash application in the flash player. When I open it in the browser every slider position leeds to another request to the server. Is there a way to enable the caching also when I open it in the browser?</p> <p>Thanks in advance</p> <p>Sebastian</p> http://stackoverflow.com/questions/1862715/is-there-any-way-to-automatically-run-a-test-suite-from-within-selenium-ide-upon 0 is there any way to automatically run a test suite from within Selenium IDE upon opening firefox? dreftymac 2009-12-07T20:34:56Z 2009-12-08T09:31:39Z <p>I would like to create a script or a batch file on windows that automatically opens Selenium IDE (plugin) and opens and runs a test file.</p> http://stackoverflow.com/questions/1865293/embedding-pdf-documents-into-websites 1 Embedding PDF documents into websites papermate 2009-12-08T07:38:50Z 2009-12-08T07:38:50Z <p>I need to embed some PDF documents into a website. The last time I did this, I used a jQuery lightbox to popup an iFrame with the PDF document as the URL. The client's PDF viewer would then take care of the rest.</p> <p>Apparently though, that was a bit buggy on some other peoples browsers. I guess it was due to the large PDF file sizes and the effort it took for their computers to fire up Adobe.</p> <p>So I'm after ideas on how to go about this. How do you guys embed your PDF's into websites? Or do you just stick to adding a download link?</p> http://stackoverflow.com/questions/1862731/how-does-the-browser-know-a-web-page-has-changed 0 How does the browser know a web page has changed? JohnIdol 2009-12-07T20:37:29Z 2009-12-07T20:52:21Z <p>This is a dangerously easy thing I feel I should know more about - but I don't, and can't find much around.</p> <p>The question is: <strong>How exactly does a browser know a web page has changed?</strong></p> <p>Intuitively I would say that F5 refreshes the cache for a given page, and that cache is used for history navigation only and has an expiration date - which leads me to think the browser never knows if a web page has changed, and it just reloads the page if the cache is gone --- but I am sure this is not always the case.</p> <p>Any pointers appreciated!</p> http://stackoverflow.com/questions/13518/browser-sync-accross-many-machines 2 Browser Sync accross many machines kazakdogofspace 2008-08-17T04:58:38Z 2009-12-07T16:34:49Z <p>Everyone remembers google browser sync right? I thought it was great. Unfortunately Google decided not to upgrade the service to Firefox 3.0. Mozilla is developing a replacement for google browser sync which will be a part of the Weave project. I have tried using Weave and found it to be very very slow or totally inoperable. Granted they are in a early development phase right now so I can not really complain. </p> <p>This specific problem of browser sync got me to thinking though. What do all of you think of Mozilla or someone making a server/client package that we, the users, could run on your 'main' machine? Now you just have to know your own IP or have some way to announce it to your client browsers at work or wherever.</p> <p>There are several problems I can think of with this: non static IPs, Opening up ports on your local comp etc. It just seems that Mozilla does not want to handle this traffic created by many people syncing their browsers. There is not a way for them to monetize this traffic since all the data uploaded must be encrypted. </p> http://stackoverflow.com/questions/1860182/no-access-to-developer-tools-in-opera-without-a-conection-to-internet 1 No access to developer tools in Opera without a conection to Internet. JS_is_bad 2009-12-07T14:06:40Z 2009-12-07T14:41:16Z <p>I have noticed that when being in offline mode (the computer is not connected to the Internet), Developer Tools (AKA Dragonfly) in Opera are not accessible. When choosing them from the menu, Opera thinks for a while then displays a connection error.</p> <p>Is there any way to use Developer Tools without being connected to Internet?</p> http://stackoverflow.com/questions/1827902/displaying-an-xml-code-in-the-browser 0 Displaying an XML code in the browser MarceloRamires 2009-12-01T18:18:02Z 2009-12-07T12:09:22Z <p>This may be simple, although i'm having some trouble finding a solution.</p> <p>When you look a .xml file in your folder, you could double click it so your main browser will display the code content of it.</p> <p>I have the complete path of the xml, and I'd like to create a link in aspx (with either c# or vb.net) that redirects to the XML in the browser.</p> <pre><code>response.redirect("&lt;path&gt;") </code></pre> <p>--- update</p> <p>it redirects to:</p> <p><a href="http://img37.imageshack.us/img37/7227/89684913.jpg" rel="nofollow">http://img37.imageshack.us/img37/7227/89684913.jpg</a></p> <p>when i put my mouse over "here" there's the localhost port with / in the end (it looks for the path in the localhost)</p> <p>that's why i made this question.. it has to be a different approach.</p> http://stackoverflow.com/questions/1857905/float-align-displayinline-problem 0 Float align display:inline problem Val 2009-12-07T05:02:47Z 2009-12-07T06:08:18Z <pre><code>&lt;div style="display:inline;"&gt; &lt;textarea rows="10" cols="50"&gt;&lt;/textarea&gt;&lt;br /&gt; &lt;div style="float:right;"&gt;remaining characters: 300&lt;/div&gt; </code></pre> <p></p> <p>It is not working in either firefox or IE. The text remaining characters is not within the "inline" bounds instead goes 100% out of the containing div.</p> <p>what is the best way of accomplish something like this where text is aligned right in parent div with textarea before that?</p> http://stackoverflow.com/questions/441502/stop-the-jquery-autocomplete-plugin-from-forgetting-text-when-the-user-clicks-bac 4 Stop the jQuery autocomplete plugin from forgetting text when the user clicks back Glenn Slaven 2009-01-14T00:48:45Z 2009-12-07T05:59:57Z <p>I'm using the <a href="http://docs.jquery.com/Plugins/Autocomplete" rel="nofollow">jQuery autocomplete plugin</a> to get a list of locations, which works fine. But if the user clicks the browser's back button after submitting the page with the autocomplete textbox, the textbox is empty. If I take the autocomplete off the textbox and submit &amp; click back it remembers the text.</p> <p>Is there a way to stop the autocomplete from clearing the textbox when the page loads?</p> http://stackoverflow.com/questions/1856810/incompatibility-issue-use-which-web-browser-for-developement 0 incompatibility issue: use which web browser for developement? fayer 2009-12-06T22:17:57Z 2009-12-06T23:44:46Z <p>i have a mac. i wonder which browser (safari or firefox) i should use to develop my prototype, firefox or safari?</p> <p>because i have noticed they will give different effects. some things working in safari dont work in firefox and vice versa.</p> <p>could someone also give me some advices of how to deal with incompatibility problems.</p> http://stackoverflow.com/questions/1622779/what-is-a-non-intrusive-history-back-button-or-alternative-if-javascript-is-disab 0 What is a non intrusive history back button or alternative if Javascript is disabled? Peter 2009-10-26T02:00:48Z 2009-12-06T22:00:02Z <p>If JavaScript is disabled what's a way of linking to the previous document in the session history?</p> <p>Can PHP be used to simply link to the REFERRER or is there a better alternative?</p> <p>Edit: Further to this, can previous post variables be retained?</p> http://stackoverflow.com/questions/906900/why-is-javascript-considered-bad-by-some 5 Why is JavaScript considered bad by some? Abe Lincoln 2009-05-25T14:21:44Z 2009-12-06T16:25:53Z <p>Why is JavaScript allowed to be disabled in the browser? (i.e. Why is it considered bad?)</p> http://stackoverflow.com/questions/1563389/opening-a-file-from-tfs-using-the-full-tfs-path-from-a-web-site 0 Opening a file from TFS using the full TFS Path, from a web site Vin 2009-10-13T22:48:27Z 2009-12-06T14:00:03Z <p>So I have a website running that displays <strong>full path</strong> of a <strong>TFS File</strong> on the page somewhere, I want the user to be able to click on it, which should then open up that file from TFS inside their <strong>Visual Studio</strong>.</p> <p>The command to do this inside Visual Studio is "<strong>File.TfsOpenFromSourceControl</strong>" (DTE command) - it's basically the user manually going to that file using the Source control explorer and double clicking to open it up.</p> <p>I am wanting to simulate that action from my web app inside the <strong>browser</strong>.</p> <p><strong>Update</strong>: The Web app is a pure ASPNet MVC app with Jquery available to it. I am already showing the file's content to the user in the web app. But I want the user to open the same file in Visual studio, by clicking on the file path in the web app. The question is more of <strong>Browser to VS integration</strong> and how to execute the DTE command in question, from within the web app context of the browser.</p> <p>Any clues would be helpful</p> http://stackoverflow.com/questions/1854928/javascript-is-enabled-in-all-webbrowsers-by-default 0 javascript is enabled in ALL webbrowsers by default? fayer 2009-12-06T09:58:40Z 2009-12-06T10:24:11Z <p>isnt javascript enabled in all webbrowsers by default?</p> <p>if yes, does this mean that i can use ajax/javascript in my webpages without bearing in mind that maybe some browsers wont be able to use my website?</p> <p>i dont want to create another version of the page to display non javascript content.</p> <p>what do you think?</p> <p>EDIT: it doesnt seem that gmail is working with javascript disabled. and SO works bad with it disabled:)</p> http://stackoverflow.com/questions/1848692/close-pop-up-window-after-binary-file-is-sent-to-browser 0 Close pop up window after binary file is sent to browser Angela 2009-12-04T18:11:22Z 2009-12-04T21:28:35Z <p>Hi,</p> <p>Is there a way to close a pop up window after the page writes binary data (PDF) to the browswer? </p> <p>Here are the details:</p> <p>Whenever my web appilcation needs to print, it will pass some parameters over to a pop up window, which will display the print options. When the user clicks on the Print button, it will set the src of a iframe that will call the page that does the printing. </p> <p>I have PDFConverter to convert URL / HTML to a pdf file. At the end of the converting, it will write the binary to the browser. Here are some code:</p> <pre><code>response.AddHeader("Content-Type", "binary/octet-stream"); response.AddHeader("Content-Disposition", "inline; filename=" + fileName + ".pdf; size=" + pdfBytes.Length.ToString()); response.Flush(); response.BinaryWrite(pdfBytes); response.Flush(); </code></pre> <p>After this is done, i will need to close the pop up window. However it seems like you can't do anything after the response is flushed. Any ideas?</p> <p>Thanks in advanced!</p> <p>Angela</p> http://stackoverflow.com/questions/561697/is-there-anyway-to-trap-the-closing-of-a-web-browser 3 Is there anyway to trap the closing of a web browser? Flynn81 2009-02-18T15:58:48Z 2009-12-04T20:11:44Z <p>Two years ago I had a need to trap the closing of a web browser as a javascript event for a web app. At the time I found there was no way doing this that worked for all browsers. IE had an event that I could used, but it was IE specific. I looked into other work arounds, like a heart beat sort of ping to the server, but I didn't like any of them at the time.</p> <p>Is there anyway currently to trap the closing of a web browser now? Thanks!</p> http://stackoverflow.com/questions/1845351/limit-client-to-visit-a-website-with-1-tab-and-1-browser 2 Limit client to visit a website with 1 tab and 1 browser? webdever 2009-12-04T07:17:13Z 2009-12-04T16:39:22Z <p>I would like to do something like play.clubpenguin.com. </p> <p>What it does is that, when you visit the site, maybe using firefox or IE, if you opened a new tab or use other browser, when you visit that site again, it will show something like: "Please close the other browser that opened this page" or something like that. </p> <p>How to do this? (Its client's request)</p> <p>More information: The site is Flash site</p> <p>EDIT: </p> <p>Ok, i think this is a tough question, well, in general, Can this be done using php, mysql and JS?</p> http://stackoverflow.com/questions/1842615/help-printing-multiple-reports-from-browser-ie-6-essential-others-would-be 1 Help : printing multiple "reports" from browser (IE 6 essential, others would be nice) Carvell Fenton 2009-12-03T20:18:04Z 2009-12-04T12:31:47Z <p>No thoughts on this one? Anyone?</p> <p><hr></p> <p>Here is my scenario:</p> <p>I have a form where the user selects a report type, and then selects a list of users they want to generate reports for. When they submit the form, a new window is opened that uses pagination to allow the user to review each user report individual by using next and previous links. </p> <p>The user wants the option to:</p> <ol> <li>print both the currently displayed report by itself (that's an easy one), and </li> <li>a "print all" option to print all the selected reports. </li> </ol> <p><strong>However, each report for each user must have its own "Page x of n" footer.</strong> </p> <p>For the footer, I have been using the browser footer options, but in order to have the page numbering start new on each report printout, I have to make a separate window.print() call for each one. I have implemented this this way, and it works, but it's awful because each print() call causes a new print dialog to display, meaning the user has to click print in each dialog to finalise the print request. Many reports = a stupid number of popped up print dialogs. </p> <p>Ideally, I would like the printing of a report group to look like a single print job, but I need that page count to be restarted for each report.</p> <p>I thought of trying to count pages myself to make my own footer, but that seemed like a daunting task considering all the variables that could affect how many pages a report would occupy. I also read some about using ActiveX and WebBrowser objects to force prints and hide the print dialog, but I have had no success with that because I am running on XP SP2. Also, I understand it's frowned upon from a security perspective, and it's not a good cross-browser solution.</p> <p>Has anyone dealt with printing of this type before and would have some suggestions for a way to make this work or a better way to handle it?</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1843636/how-do-i-enable-cookies-for-microsoft-mshtml-dll-in-a-c-panel-app 0 How do i enable cookies for Microsoft.mshtml.dll in a C# panel app? djangofan 2009-12-03T22:56:11Z 2009-12-03T22:56:11Z <p>Is it possible to enable cookies on the Microsoft.mshtml.dll web browser if that control is running within a C# User interface pane? I am having a situation where a popup window is not able to see the session since the session cookie may not be getting stored in the original window that spawns the popup. I don't know how to manage cookie handling for the Microsoft.mshtml.dll... maybe its not possible without editing code?</p> http://stackoverflow.com/questions/1842825/how-to-disable-browser-autocomplete-in-xhtml-1-0-transitional 0 How to disable browser autocomplete in XHTML 1.0 Transitional backslash17 2009-12-03T20:49:39Z 2009-12-03T21:22:04Z <p>Normally the answer would be to set the form attribute autocomplete="off" but it is not XHTML 1.0 transitional compliant. </p> <p>¿Is there another way to disable this browser feature?</p> <p>Thanks in advance...</p> http://stackoverflow.com/questions/879152/how-do-i-make-javascript-beep 3 How do I make Javascript beep? Slim 2009-05-18T18:36:20Z 2009-12-03T20:42:40Z <p>I want to my web page to beep whenever a user exceeds the maximum character limit of my textarea.</p> http://stackoverflow.com/questions/1538346/detecting-browser-closure-from-flex-application 0 Detecting browser closure from flex application Ofir 2009-10-08T14:55:02Z 2009-12-03T15:00:04Z <p>Hi, I need to detect browser/tab closure from within a flex application in order to delete the session information in the server.</p> <p>I'm familiar with JavaScript events but I was wandering if there is an event in flex for application unload or something of that sort ...</p> http://stackoverflow.com/questions/1648556/frame-accurate-browser-launchable-video-player 0 Frame Accurate Browser Launchable Video Player ... ? cliftonc 2009-10-30T08:10:13Z 2009-12-03T14:25:31Z <p>I have a requirement where I need to enable playback (full screen) of a h.264 MPEG4 (thanks for the correction!) video from a local network, launchable from a browser link on a Windows workstation, and be frame accurate.</p> <p>By frame accurate I mean that I need to be able to scrub through the video in the same way you would with a <a href="http://en.wikipedia.org/wiki/Video%5Ftape%5Frecorder" rel="nofollow">vtr</a>, stop at a frame, and then move backwards and forwards frame by frame (it is for a very specific compliance requirement where have to be able to check every frame if there is something that is potentially against broadcasting guidelines).</p> <p>The application itself is used to capture notes while viewing the material, so the end model is for a dual monitor workstation, with a web form in one, the video playing full screen in the second (no issue launching the video and manually having to move it to the second screen), and then the user controls the video via keyboard shortcuts or a jog shuttle.</p> <p>I have looked at QT, but the java bindings seem to be dead or nearly so, flash isn't frame accurate, VLC given its streaming heritage seems to be only able to move forward by a frame and not backwards, and all I have left are commercial offerings that in my experience are difficult and expensive to change.</p> <p>Any ideas of where I should look or alternative options? Any advice appreciated! </p> http://stackoverflow.com/questions/865702/components-in-module-disappear-when-browser-is-resized-flex-3 0 Components in module disappear when browser is resized (Flex 3) lporto 2009-05-14T20:51:27Z 2009-12-03T07:00:03Z <p>We have this Flex app built on Builder 3 and we're using SuperTabNavigator from FlexLib to have some modules displayed. The thing is, whenever the user resizes the browser window all the contents on any tabs open simply disappear and there's no way to get them back. This only happens the first time, so if you close these 'broken' tabs and reopen them, you can resize all you want, but you still lost all you were doing in them and this is unacceptable. I've done some testing and found the module in that tab doesn't dispatch the resize events when this happens. It's dispatched when it opens (everything is set to 100% to fit the browser window, so it resizes on startup) and every other time you resize it without 'breaking' it. It gets weirder. I've also found that resizing works perfectly as long as you resize it to a size larger than the original (i.e. you open it in a browser window that is restored and then maximized), but even after doing that, if you change its size back to something even a pixel smaller than the original, the module just disappears. Everything else remains in perfect working conditions: any components outside tabs and the tabs itself work, but (summing up) anything within any tab open at the moment you first resize the browser window to a size smaller than the original just disappears.</p> <p>I understand that this is a weird problem and hope some of you might be able to help me. Feel free to ask any questions if anything wasn't clear.</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1834725/http-request-debugging-getting-a-complete-log-of-all-http-requests-sent-by-firef 1 HTTP request debugging: Getting a complete log of all HTTP requests sent by Firefox knorv 2009-12-02T18:04:09Z 2009-12-02T18:06:23Z <p>What is the easiest way to obtain a complete log of all HTTP/HTTPS requests issued by Firefox during a browser session?</p> <p>The question is programming related insofar that obtaining a log of all HTTP/HTTPS requests issued is a great troubleshooting tool when developing webapps.</p>