internet-explorer

How to create cookies manually in IE.

Yo, guys do you know how to create cookies for IE manually? I mean create programmatically a cookie from scratch with custom domain, expiration time, path and token value. Thanks a lot in advance! ...

Double Postback Using IE8

I'm using ASP.NET and I have a save button on webform. When that save button is clicked (ONCE) and I'm using IE8 the event handler is executed twice. If I use compatibility mode it works just fine. In FF everything works just fine. I tested IE8 on both Vista and windows 7 and get the same behavior. IE7 works just fine. Just curious...

Jquery Make Flash 100% fit to DIV

Hi Folks, I've managed to rewrite a script wich makes Images resize to 100% width of their parent Div Container To a Script that now lets Swf embed objects resize (Original Image resize Script by Oliver Boermans ollicle.c o m/eg/jquery/imagefit/ ) All i did is replaced the img with an "embed" in all lines where the parameters of the im...

Internet Explorer not showing PHP files while directory browsing. Help me

I am sure i created a php file into a folder named web in htdocs folder. But while directory browsing it shows only html, css files inside that folder. But the php files are not shown. Help me ...

IE and Transparent Backgrounds

I have the following css: body { background-image: url(images/background.jpg); background-repeat: repeat-x; background-color: #99ccff; } Unfortunately, any div created on this page, now automatically has this colour. None of the following works if applied to any divs on he page (it still takes on the above colour. bacg...

Why does Visual Studio start my web app in non-debug mode if IE8 is already opened?

Problem If IE8 is already opened then my app will be started in non-debug mode rather than debug mode. Visual Studio "lets go of it". Why that is and how to change it? Expected and Desired Behaviour With my previous installation if IE7 wasn't running, Visual Studio would start IE7 and load the application into a new tab. If IE was r...

How to get FullName with path info in FireFox using asp.net upload control?

How to get FullName with path info in FireFox using asp.net upload control? With IE, I can get the FullName of a file with the full path info using asp.net upload control: <asp:FileUpload ID="FileUpload1" runat="server" /> In IE, the FileUpload1.PostedFile.FileName is E:\iProject\Demo1\abc.jpg But in FireFox, the FileUpload1.Post...

Table colspan relative width issue in Internet Explorer

I use tables for generating simple horizontal graphs (for easy scaling). I use colspanning to get exact overlapping (sometimes the cells overlap each other, but not in this example). My issue is that IE(8) renders the relative cell widths wrong. I know that a cell can not get smaller than it's content, but that is not the issue here....

Preventing nested DIVs to wrap (without specifying parent width)

In the code below I have 2 divs, each having two nested divs. When the browser window is re-sized under Firefox/IE8 it all works well - The rightmost parent div falls down under the first one. Under IE6, however (or IE8 with compatibility mode) the child divs in the second div wrap. To make things worse, it happens DESPITE the fact I've...

Drop down in a PHP doesn't work in IE but works in Firefox

I added a drop down to a PHP contact form which pops up in a jquery, it seems to work just fine with Firefox but does not submit when using IE. URL: http://site.ctuchicago.com ...

'innerText' works in IE, but not in Firefox

I have some JavaScript code that works in IE containing the following: myElement.innerText = "foo"; However, it seems that the 'innerText' property does not work in Firefox. Is there some Firefox equivalent? Or is there a more generic, cross browser property that can be used? ...

Blank popup in SharePoint

I am trying to connect a filter web part with a document list web part but the popup showing the options for filtering is blank. What I am doing. I have, as I described before, a QueryStringFilter web part (MOSS) and I want it to send the filter parameter to my document list web part (out of the box SharePoint). I go in to the edit mo...

jquery is not working in IE

hi please try this link for getting my code. its working in all browsers not in IE. thank you carousel ...

Website not rendering correctly in IE - Just cannot get it right. :(

Hi all, I have been trying to days now to get this website completed ... however, when viewing it in IE (compatibility mode) the header is all messed up. :( The website is here: http://nageela.einfal.com/ This is actually the first design I've converted into a Wordpress theme, so it's been very challenging. If anyone has any suggesti...

Using JavaScript with Internet Explorer, how do I clear memory without refreshing the page?

I have an AJAX-based website using JavaScript on the client. Certain operations on the site cache large result sets from service calls in the browser (i.e. hundreds of megabytes). These are throw-away results. They will be viewed for a short time and then need to be cleared from memory. I've written a small test site that loads a b...

Setting class on HR breaks TD colspan

Hi, I have a nested table arrangement for displaying data. I want the nested table to be in a TD that spans all the parent table columns. So I have colspan set. However I also want the user to be able to click on the parent to hide/unhide the child data. This works fine in IE8, but in FireFox and Chrome the nested table is ignoring the ...

JavaScript close window when opener is closed in IE

For my web application I need to close the child window whenever the parent window is closed. By "closed" I mean that the browser window is actually closed, not just navigated to a new page. I have seen the "How can I close the child window if the parent window is closed?" question already, but mine is an extension on that. The answer t...

JScript/VBscript: Tracking file download progress via XMLHttpRequest

I work on a JScript/VBScript HTML application (so we can execute at higher privileges than a normal web page) and we're providing the capability to download a file and need to provide feedback on the download progress to our users. Naturally, I figured a progress bar or progress text based on the total file size and the amount of the fi...

Windows executable to install IE toolbar button

I have created necessary .reg file for the toolbar button as per the link below http://msdn.microsoft.com/en-us/library/bb735854%28VS.85%29.aspx I would like to bundle .reg file and icon files into an executable that can be used for one-click install. What is the best way to build something like that? ...

Why won't some pictures on my website show up in IE?

In my lovely new website, some of the photos are not showing up in IE(7). Here's the URL: http://highroadnewmexico.com/tour-artists.html All the artists should have photos, but some appear collapsed into horizontal lines. I've tried everything I could find on the Web... Help appreciated! ...