internet-explorer

This DIV is not shown on Internet Explorer

Hi I need to do some alert-message (like validations, etc), and I'm doing that with DIV. This is how I'm doing the validation: <form action="index.php" method="post" onsubmit="return validateSearchKeyword();"> <input class="text_search" id="text_search" name="text_search" type="text" value="pesquisar" onfocus="if (this.value=='pe...

disabling the Ctrl+N and File->New options on browsers

How do you disable the Ctrl+N/File->New options from browser windows, specifically for IE. ...

two column CSS layout problem -- in IE6, table in content area is being pushed down by left nav

I have an extremely simple page that isn't displaying properly in IE6. In this browser, the left nav pushes down a table that's in the content area. Can anyone help me get the table to stay at the top of its container where it should be, rather than getting pushed down by content in the left div? Here's the html code for the page: ...

show a message box when user close IE

Hello everyone, Any javascript to prompt a message box when a user closes IE? I have tried to find a code sample for quite a while but failed. thanks in advance, George Here is my html code, but it has the following error. Any ideas? To help protect your security, Internet Explorer has restricted this webpage from running scripts or ...

Need a little CSS advice

I have created a modified version of the suckerfish navigation for a personal project. It looks and performs exactly as I want it to. However, it completely degrades in IE. I spent all day yesterday trying to find a solution with no luck. So I thought I would ask some sharper minds than my own. I am open to just about anything right now....

Relatively positioned object inside a YUI layout with IE

I'm using YUI to create a 3 column layout like so: ===================== = = ===================== = s = = = i = = = d = = = e = body = = b = = = a = = = r = = ===================== The sidebar is scrollable (that is, t...

Closing an IE 'popup' window with script.

Is it at all possible to disable the "The webpage you are viewing is trying to close the window. Do you want to close it?"? I understand that this is the product of years of virus, and malicious script activity, but in legit app code, (ASP.NET), is there any way to like "register" your app as an APP, or flags you can pass to an IE Pop...

External JS and browser

I have an external JS file that I include in my ASPX page. Whenever I make changes to the JS, I need to close the browser and reopen it to see the changes. I have tried Ctrl F5 to refresh the cached JS copy but that doesn't work in IE. Is there some way to not restart the browser to see the updated changes? ...

.getElementById IE

Hi. I've got a JavaScript running 2 ".getElementById('').style" changes. Both work perfectly in FF, but the first one doesn't work in IE7. Appreciate all help :) First SourceCode: function ingen() { document.getElementById('merInfo1').style.display='none'; document.getElementById('merInfo2').style.display='none'; document....

jQuery tabs interfering with SimpleModal in IE

I have a page that has two tabs created using jQuery, and I am also using Eric Martin's SimpleModal plugin. However when I am in IE7, the SimpleModal overlay is appearing completely opaque, and not the 50% opacity I wanted. If I remove the tabbing, the modals appear just fine. I looked at the overlay style info in IE Dev Toolbar and i...

IE and its problem (No Firebug-like Debug tool)

Dear all I am using PHP/JQuery and Javascript. I am testing the javascript in Firefox using firebug. Is there anything similar for IE? I am struggling to get it to look/work the same in IE 7 and 8. Are there any tools to solve this? Or standards that i need to follow? Any ideas? And also if anyone can suggest a debugger, it would be ...

How can I scale a div to 100% height and width inside of another element

How can I scale a div to 100% height and width inside of another element? In my case a sourrounding td. Since I'm a plugin I can not control the other HTML on the page. Here is my HTML: <body style="height:100%;"> <table width="600px" height="400px" border="1"> <tr> <td style="background-color:silver;">Cell 1</td> <td...

IE Overwrite window.top

I'm trying to convince a page that it is the window.top even though it is in an iframe. In FF you can do window.defineGetter('top', function() { return window}); in Webkit (Safari/Chrome) you can simply do window.top = window but in IE none of those methods work. Anyone done this before? ...

IE hanging, using 100% of the CPU

I have a web application, which in the course of a normal interaction, hangs IE. By "IE being hung", I mean that IE doesn't respond anymore and using 100% of the CPU. The only to get out of this state is to kill the IE process. About the app: It loads only one page in the browser, communicates with a server with Ajax queries, and updat...

IE 7 error: "An outgoing call cannot be made since the application is dispatching an input-synchronous call"

I am getting this error (see post title) from time to time as I interact with a web application I created. The application uses Ajax to communicate with a server, but doesn't do anything fancy specific to IE. I don't get this error, or any other error, when running the same application on Firefox or Safari. Have you seen this error mess...

Running IE6, IE7, and IE8 on the same machine

Like everyone else ;), I need to test my code on IE6 and IE7. Now IE8 has some great tools for developer, which I'd like to use. I'd also like to start testing my code with IE8, as it will soon be released. The question is: how to run IE6, IE7, and IE8 on the same machine. So far with IE6 and IE7 I've been using Multiple IE. But people ...

Is TEmbeddedWB worth investigating ?

I try to use Google map API from a Delphi Application. I got a good start from my other question Use Googlemap from my Delphi application ?. Now I found TEmbeddedWB and I wonder if there are any advantages over the builtin TWebBrowser component. Both are interfaces to Internet Explorers DLL-files and seems to do similar things? I don't w...

IE hanging with 100% CPU / Got stack trace

I have a situation where IE7 hangs accessing my web app. Based on the excellent suggestion from George V. Reilly, I installed WinDbg to download the IE symbols, setup Process Explorer to use those symbols, and then used Process Explorer to get a stack trace for the hung thread. I have pasted the stack trace below. Does someone more fami...

ie7 and UTF8 problems in classic asp

I'm having problems with utf-8 coming up as squares in ie7. It works fine in firefox, opera, camino and safari. One of the many characters that I'm trying to use is ✱ - Which is &#10033;. IE7 has this problem with characters used in this notation or pulled from the database (All other browsers display the characters correctly). My hea...

Should I be developing for Internet Explorer 8?

I'd like to install it on my development machine for when it comes out. But I'm afraid projects in between won't be right, and applications will be cumbersome to test. I am using VWD 2008 Express. Also not sure whether or not to use an RC1. Thanks. edit: This is for an Intranet which I know will only have IE. Thank you again. ...