internet-explorer

How to hide a caret in IE? (JavaScript)

While displaying a pop-up window above a wysiwyg editor, the caret (cursor in text area) is still visible under the pop-up window. Any ideas? ...

Submit button style in IE

I have a question to the submit- button behavior of internet explorer. If I load the page everything is fine - the submit button looks as it should. But if I click inside the FORM, the submit button gets some additional style which I don't like (see image for more information). How can I disable this behavior. I'm using IE7 under ...

How to prevent a new window from opening in hosted Internet Explorer

I'm hosting an Internet Explorer instance (the Web Control) in an CAxWindow ATL class. How do I prevent that a website could open a new window from the hosted IE? I'm already setting an implementation of IDocHostUIHandlerDispatch to disable the context menu. ...

Jquery how to get attribute from a HttpServletRequest

Hello all: I have this piece of code: $("#faq").click(function () { var url = $.get("faq", { pagina: "page" }); alert(url); }); On "faq" responds to a Servlet that sets an attribute on the request .... request.setAttribute("pageFAQ", pageFAQ); .... After the get jqeury prints [object XmlHttpRequest]. I would lik...

A resonable request: Iframes in IE that indicate loading progress?

One thing that bugs me about IE is that when it goes to load a page with an iframe it will wait until the iframe has finished loading before it will render the page. Firefox by contrast will render all the other page elements while the iframe is loading which is really nice if the iframe takes a long time to load because it gives the us...

"Stop running this script?" error

I am developing a site that makes extensive use of JavaScript (jQuery). I regularly get the IE 'Stop running this script?' error dialog when I try to close the browser. I'm guessing the problem occurs because the site is a single page that uses AJAX, so there are no postbacks to reset IE's count of commands executed. Client-side regis...

Site-specific: Firefox vs. IE CSS peculiarities

I'm trying to learn CSS. I've taken great pains to get everything right. My pages all validate and they look correct on Firefox and mostly correct on Chrome. However IE is all over the place. In relation to Firefox, the following is wrong in IE (in order of importance): the main body box is pushed below where the left boxes end the upp...

Using events in IE hosted windows form controls

I've created a windows form control which works successfully hosted in Internet Explorer. I'd like to give it an event and be able to respond to the event through javascript. I found a link that talks about it here. It shows me how to create the interfaces but I'm not sure how to fire the event from my control? Here's my code snipp...

Initiate script in embedded browser from the container application

If I have an embedded browser in a windows form, is it possible to initiate a javascript method from the container application? ...

Is there a way to force IE or FF into a handheld mode for testing "@media handheld" stylesheets?

Is there a way to force IE or FF into a handheld mode for testing "@media handheld" stylesheets? Or, do I have to publish the pages and test with my Blackberry? I'd prefer to test this without pushing the application to the live server as the application is already in use. Any ideas for me? ...

how do i create a strong named interop dll for shdocvw.dll

I have a Browser Helper Object project in c# that (obviously) references shdocvw.dll. I think I want to create a strongly named interop dll for shdocvw.dll. How do I do this - I've seen a bunch of suggestions out there with aximp.exe and tlimp but I'm not clear how they fit together. ...

IE removes CHECKED attribute during animation

Hello, I have some radio buttons inside a <div> container which I show and hide via jQuery effect. When the container hides in Firefox, the radio buttons are fine and the values reappear when the container reappears. However, in IE, the radio buttons first clear the checked radio button and then hides. You can see it happen in fact. ...

Variable (dynamic) OPTION lists in HTML SELECT using IE

I'm trying to implement a dynamic OPTION list in JavaScript. Depending on other selections in the web form, some of the OPTIONS in a specific SELECT are not valid. Things I've tried that don't work in IE are: populate all options, then set the disabled property for those that are invalid populate all options and use option groups, t...

How can a webpage react to Information Bar

To facilitate uploading on our web application we install/load an ActiveX control on the upload page. People don't realise the information bar is asking them to install this control. How do I set up the page so it instructs /suppors users and helps them install the addon and only proceeds when this is done? I can't find the trigger/http ...

PHP session problem *only in IE* *(??? really strange problem)

I have a site made with php which uses server side sessions throughout the site. In fact, it's a site with a user login which depends on session variables and if there were a problem with all session variables, no pages would load at all. On the site, there's an iframe that holds a feed of little messages from other users. Those lit...

How to reproduce: Script Error, "Object does not support this property or method."

Can any one give me a scripts (HTML/CSS/Javascript) that can reproduce this error on IE 7.0? I am trying to fix this bug in my page where I get this warning but could not exactly found the problem. Line number does not match with the source either. I thought the better approach would be to create a bug and then work on it incrementally...

IE does not render <A> tag properly

SOLVED: Nevermind, the links were visited, and the border definition was missing for visited links (as someone pointed out, thanks). As for the color being first place in the border definition, the snippet comes from the IE Developper Toolbar, this is not directly my code. Anyway, thank you guys ! Why does the link in the following snip...

Why cant I find my cookies in Temporary Internet Files?

I'm trying to convert a cookie from www.example.com to .example.com. So I thought I'd go to C:\Users\SWEAVER\AppData\Local\Microsoft\Windows\Temporary Internet Files and just delete the cookie there. To my surprise there were not only no temporary internet files (images/html...) but also very few cookies. And of course the cookie for...

Embedding text/html in an Object (instead of an iframe)

<iframe data="/localfile.html" type="text/html" width="200" height="200"></iframe> <iframe data="http://example.com/remotefile.html" type="text/html" width="200" height="200"></iframe> <object data="/localfile.html" type="text/html" width="200" height="200"></object> <object data="http://example.com/remotefile.html" type="text/html" widt...

Use double classes in IE6 CSS?

Hi, is there any way to make IE6 understand double classes, say I have a class MenuButton with a color class and possibly a clicked class; like : .LeftContent a.MenuButton {..general rules..} .LeftContent a.MenuButton.Orange {..sets background-image..} .LeftContent a.MenuButton.Clicked {...hum ta dum...} Now, IE6 understands <a class="...