|
I have to write an applet that brings up a password dialog. The problem is that dialog is set to be always on top but when user clicks on IE window dialog gets hidden behind IE window nevertheless. And since dialog is modal and holds all IE threads IE...
Started by jb on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
YMMV..
Maybe a combination versions of Java there was a Frame that was equivalent to the IE window.
It's fairly easy to use.
At IE's built-in window.showModalDialog method.
|
|
Is there a way installing IE 6 up untill IE 8 on Ubuntu using Wine?
Started by Roland on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
If your aim is proper, thorough testing of your websites across ....
Whether it's on Windows or Linux, the ‘OS integration’ ensures that you can't have a reliable, genuine, multiple-IE install.
Behave exactly the same as real IE versions.
|
|
You can disable but you can't delete them from the "Manage addons" dialog .
In IE 7 there was a delete button but I've never seen it enabled, in IE 8 I don't see the button at all.
My guess would be that IE addons are registered as COM components and ...
Started by axk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Microsoft IE FAQ : 'Can I delete Add-ons or ActiveX controls?'
sometimes addons (or plugins) get installed as separates programs (ie: flash plugin) you can uninstall them from Control Panel (add/remove.
|
Ask your Facebook Friends
|
Possible Duplicates:
Running IE6, IE7, and IE8 on the same machine
Need a good IE6,7,8 standalone.
Hi guyz,
I have IE 8 on my desktop. But I need to test my asp.net website on IE6 and a couple of other versions of IE. Can you tell me if there is a way...
Started by AgentHunt on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I read this somewhere on a Microsoft page.
They sometimes use dlls of IE 8 so you could have the JavaScript engine of ie8 inside of a "standalone" IE 6.
Versions of IE 6 are not a good idea to use.
|
|
I've just noticed a project in a company I'm working in that says - Supports IE6 only.
Sure enough, I've opened it up in an IE 8 and Chrome and the Buttons and the text were way off their original positions, and basically all sense of formatting was gone...
Started by Tejaswi Yerukalapudi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not an answer to your final question, but just to let you know that you are... .
It was the sole reason nothing moved to IE 7 at the time.
The site only worked in IE 6 because of some third party/compatible.
I saw this once with a previous job.
|
|
Here's an interesting problem. On a recently installed Server 2008 64bit I opened IE and through the Tools -> Options I changed the homepage to iGoogle.com. Clicked okay and then clicked the homepage button. IE crashes.
Now you'd think that I could...
Started by Guy on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
To something random ie FindMeKeyForURL.com
2: Search the registry for it
3: Extract it out and modify to Regedit only if something is really bothering but in this IE homepage setup I didn't think that I need.
|
|
Hi,
I have a winforms application, that why someone clicks on a button I need to open up IE to a specific URL.
When someone closes the winforms app, I then need to close IE.
Is this possible? If yes, how?
Started by AnonymousAnonymous on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you dont....
No chance of closing the whole window when your website opened in a new tab in an existing IE window
Not sure how you are launching IE, but if you keep a reference to the launched process (or the window and kill IE.
|
|
I recently started a new job and my Lead is out sick. He assigned me a bug in our code that only affects IE6. The dev. box I'm running is Windows Server 2K3 with IE 7 though.
How can I open the web page and debug it from my computer in IE 6?
Started by JamesBrownIsDead on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
You don't have to rely....
Use machines.
You will never look back!
Multiple IE works great.
IES4Linux and IES4OSX work [sometimes: Automate your functional tests with Selenium .
Success with IE Collection , but it is still somewhat buggy.
|
|
I have an application which does not perform well in IE, but works in Firefox. Rather than installing firefox (or asking users to install firefox), is there an "opposite" of the FireFox extension IETab , that is, a plugin for IE which renders a page using...
Started by Josh on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
You'd be ....
Think of it as an IFRAME would still be there .
Static:
Not only would you have to install Firefox, but you'd also have to hijack IE to place Firefox's render on the screen.
Adding to Mr.
Proprietary code that only works on IE.
|
|
I had a nested div as I show below:
<div id="header"><div class="header-content"> <div class="button"></div> <div id="menu"></div> </div> <ul> <li></li> </ul> </div>
Now my javascript...
Started by gacon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The answer above is likely correct - in IE css.
(At least with your example code on z-index I wrote a while ago may help you out .
Is empty, and IE therefore collapses it so you can't see it.
|