How can I add a custom toolbar button to Internet Explorer?
How can I add a simple toolbar button to IE that gets the current url and redirect to another url? ...
How can I add a simple toolbar button to IE that gets the current url and redirect to another url? ...
WatIn provides great functionality for programmatic access to the displayed parts of a Web page. I want to access the head part of the page, spedifically the META tags. Watin allows me access to the TITLE, but AFAICT nothing else. There is an InternetExplorer property which allows access to ShDocVw.InternetExplorer. I suspect this mi...
I've just built an SVG map of New Zealand for use with the excellent javascript library Raphael, but unfortunately have stumbled upon what I can only imagine is a bug or syntactic variation in IE's javascript interpreter. In Firefox and other browsers the onlick and onmouseover events work perfectly - however they do not fire in IE (tes...
I have a website that have some javascript code to dynamically load in the top navigation generated from .ashx file on the ASP.net 2.0 server. It works fine in all browsers if the webpage doesn't use https. However, if the webpage uses https as the protocol, the top navigation works fine in all browsers (IE6, IE7, FF, Google Chrome, Saf...
I'd like to add row highlighting on hover using on CSS that will work in Internet Explorer. I have tried the following: #tableId tr:hover td { background-color:#f00; } This seems to work in Opera, Firefox, and Safari, but not in IE. Is there a solution or is the only solution JavaScript? ...
I'm using sIFR 3 on the following website http://www.bevelite.com.au/test2 which works a charm! The only problem is that I've got a footer div set to sit absolutely at the bottom of the page which it does but once sIFR has finished rendering it puts some extra space below the footer, defeating the purpose of my absolutely positioned foot...
Hi there, is there any event to be handled between the dom:loaded and load using Prototype javascript framework? I've implemented a preloader using prototype which is looking like this: Event.observe(window,"load",preload); function preload(){ if($('wrapper')) $('wrapper').setStyle({"display":"block"}); if($('loading')) ...
How can I fix PNG transparency bug in IE6 for background image? ...
If you hover over the <img> the 'hiddenPanel' <div> is to appear. This works fine in FF and other browsers, but in IE the <div> appears BEHIND the 'content' <div>. I've tried z-indexing to no avail. Anyone else having this problem? (Also, I will not move the code AFTER the 'content' <div> for layout reasons) EDIT: More code; jQuery / H...
How do I access the classic Internet Explorer COM automation object for a running instance of Internet Explorer? That is, if I have Internet Explorer open in multiple windows, how do I associate the COM object corresponding to one of those windows with a variable in Powershell, from within Powershell? The closest I have come to doing thi...
I have two <select> boxes on a form. Selecting an item in the first <select> box will determine what should appear in the second <select> (Using Ajax http_request). In some cases there can be a large 500 (guess) items in the second select and it takes time 5-10 seconds to update in IE. Firefox seems to work perfectly. I wonder if th...
Hi all, I am using the prototype JavaScript library to read the contents of a text area (which is often the complete mark-up for another HTML page), create a new window and then set the new window content to be that same mark-up, like so: var htmlContent = $("msHTML").value; var win = window.open("preview.cfm", "Preview HTML", "left=2...
I tried to use Firebug Lite (via the bookmarklet and also adding it to one of my web sites). I seem to get the alert: "Unable to detect the following script "firebug-lite.js" ... if the script has been renamed then please set the value of firebug.env.liteFilename to reflect this change" Alot. Especially when I try to close the tab. Th...
I have a web page which contains a JavaScript variable called "myVariable". Within this web page is an iframe which points to a second web page. Both pages are within the same domain. The page within the iframe needs to access "myVariable" which is defined in the parent web page. I have successfully accessed this variable with Fir...
In IE 7 (haven't tested against other versions of IE), when I resize the browswer, the scrollbars in one of the iframes on my page become active (as I want). However the controls which are visible on the page (textboxes, divs with borders) overlap the (horizontal & vertical) scrollbars. It's as if they have a higher z-index that that o...
Hi All, I'm having a problem with IE only in my Silverlight application. Since Silverlight 2 doesn't include a mechanism for file downloads I was left to my own devices to come up with a solution. The way I did it was as follows: HtmlPage.Window.Navigate(new Uri(sb.ToString(), UriKind.Relative)); My StringBuilder contains the relative ...
I am debugging a session mismatch problem in a web application. There are several servers involved, and the user is passed between them while holding session tokens and cookies. The coordinating point is the browser. I want to know in detail what actions the browser is taking, basically a client equivalent to the server log. It would ...
The HTML symbol for angle, (∠) does not work in IE 6 or 7. What are the other alternatives to display the symbol in Internet Explorer ? ...
I have an ASP.NET application that implements keep-alive by using a hidden IFRAME with a refresh header (or meta refresh tag in the page). For many - but not all - instances of Internet Explorer (reproduced so far on IE7 and IE8 beta - but not for everyone!) if you move between two secure pages that both contain this keep-alive IFRAME, ...
I'm trying adding my own toolbar icon to Internet Explorer but am unsure what size it should be. The Designing Toolbar Icons for Internet Explorer articles on TechNet indicates 20x20 and 16x16 pixels. Messages (1, 2) in the Internet Explorer Toolbar (Deskband) Tutorial at Code Project imply 22x22 and 16x16 pixels. Using Internet Expl...