internet-explorer

Can't print report from SQL Reporting Services

I'm having an issue where I can view my reports in an ASP.NET environment, and can even export them, but as soon as I got print them, I get the following javascript error: "Object doesn't support this property or method" When I run the debugger, I see the following code: <HTML> <BODY onload="Print()"> <OBJECT ID="RSCl...

Positioning Bug <IE8 - Why? Best workaround?

I noticed that a site I'm maintaining had a little layout bug in FF/IE8/Chrome (on this page for example) - the image in the top left hand was a little high, straying into the header at the top. I wondered why I hadn't notice it when I took over the site, but I realise it has only since I upgraded IE7 to IE8 that it had become apparent ...

Javascript not loading in hosted web browser

We're in the unfortunate position of having to use a JavaScript control intended for a web page inside our Windows desktop application. To accomplish this, we host Internet Explorer inside our application and tell it to navigate to a local web page. We then get the IDispatch interface of the script engine and use it to interact with th...

'Invalid Argument' Error in IE, in a line number that doesn't exist

I'm getting the following error in IE 6: Line: 454 Char: 13 Error: Invalid Argument Code: 0 URL: xxxxx/Iframe1.aspx and I can't for the life of me find what's causing this. This only happens in a situation where I have a main page that has several IFrames, and it only happens when I have one particular IFrame (the one pointed...

radio buttons disappear in ie and chrome

The below is in style sheet select,input ,td a {border:1px solid green; width:25%;height:25px;font-size:20px;margin- left:.1em;} input.myradio {border:none;width:0%;height:0%;font-size:0%;} The below is in html <td><input class="myradio" type="radio" name="poolstatus" value="Add">Add</input><td> It's perfect in firefox but chrom...

An odd problem with IE bookmark files

In addition to storing the URL, IE bookmarks store the names and locations of any loaded iframe or frame on the page you bookmark. When you load that bookmark, IE tries to load the frames on the page with the urls in the bookmark file. Maybe this was a good idea in the 90's, (or maybe it's still a good idea today and I just can't think ...

SSL not verified in IE

I have a SSL cert that verifies fine in all browsers but IE, and I have no idea why. ...

Internet Explorer: set css class on tablerow?

Hi, UDPATE I was passing the along with an AJAX response. Seems like IE doesn't like 'new' CSS... Works fine if placed in stylesheet or initial page request... internet explorer doesn't seem to react on classes set on tablerows. Is this correct? If so is there a workaround? Or am i doing something wrong? <style type="text/css"> t...

Unexpected Caching of AJAX results in IE8

I'm having a serious issue with Internet Explorer cachings results from a JQuery Ajax request. I have header on my web page that get's updated everytime a users navigates to a new page. Once the page is loaded I do this $.get("/game/getpuzzleinfo", null, function(data, status) { var content = "<h1>Wikipedia Maze</h1>"; content ...

Images Won't Show as Link in Internet Explorer

Hi, I am designing a menu bar combining effects with CSS and JavaScript. It is comprised of large icons with text underneath that appears when hovered over. It will be deployed on an intranet so it only has to run in IE 7, 8, and Firefox. Firefox of course seems to perform what I intuitively think the HTML should look like, showing la...

Force IE8 Into IE7 Compatiblity Mode

Is there a way to force ie8 into ie7 compatibility mode using .net or javascript? ...

Open a new browser window from embeded Internet Explorer

I am working on a Windows desktop app (C++) that has an embedded Internet Explorer page. I'm working on the html page that is displayed in the There is not a back button control, so one of the requests is that links clicked on in the page should open the link in a browser window. It can open the link in the users default browser or in IE...

How to get the recently viewed pictures on the web browser?

I want to retrieve the recently viewed pictures from IE. I know that all the files from IE exist in the internet temporary directory, commonly with the path like "C:\Documents and Settings[account]\Local Settings\Temporary Internet Files". Here something strange for me comes. I wrote a program of C++ to retrieve the directory above, an...

AJAX plugin in wordpress rendering incorrectly in Internet Explorer

An AJAX log-in plug-in for Wordpress, 'iredlof AJAX login', is rendering correctly in Safari and Firefox on my Mac, and in Safari, FF and Chrome on PC, but not in Internet Explorer. I know nothing about AJAX, Java, php and at a loss to even start to know where to look for an answer. The developer is not being helpful. It's a new blog on...

HTML Select options width is cropped in IE. Any solutions ?

In mozilla and Non IE browsers, if the option of select list is of a greater length than the select's width, it will show up.But in IE. ,It will crop the option up to the select's width.Is there any wasy to make the IE's select's behaviour to be like that of NON IE browsers ? ...

CSS not loading in Firefox

I have a web page I am testing in both IE and FF. It works perfectly in IE but the style sheets will not load in Firefox. Has anyone else experienced this type of issue with Firefox ? Also note that this is only on my dev workstation loading the files locally... Here is the header section of the html file: <head> <link rel="stylesh...

How do I make IE6 respect the class attribute?

Long time reader, first time poster asks: After many weeks of google and forum trawling, I am still at a loss. I have a series of nested divs, some with ids, some with classes, and some with ids and classes. It's XHTML strict, and validates. Original code http://www.drewsonne.com/melonstack/?topic=brisbane eg. <div id="main"> <div...

Problem with page in IE - please help!

Hi I have built a site in wordpress and the home page is really screwed up in IE, but works fine in FF, Chrome and Safari. I have a conference call in 5 hours and I need it to be fixed and would be very grateful if someone could help. The site is http://www.fullygreen.com and the core issues are:- red box around first menu item men...

Is there any way other than javascript to fix IE 6 bugs ?

For IE 6 we have plenty of bugs to bug us as a designer. incorrect box model etc etc. i have searched for fixes via JavaScript and found [link text][1] IE7.js IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work co...

Javascript problems with IE, and Prototype 1.6.0.3

The code below works perfectly fine with Firefox, however, I am having problems with IE 8... and 7... instead of populating the select's with the options returned from my php script (like it does in FireFox) it is doing nothing in IE. I have narrowed the problem down to $('city').innerHTML -- works in Firefox not IE. Any ideas? This...