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...
How do you disable the Ctrl+N/File->New options from browser windows, specifically for IE.
...
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:
...
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 ...
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....
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...
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...
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?
...
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....
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...
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? 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...
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?
...
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...
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...
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 ...
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...
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...
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 ✱. IE7 has this problem with characters used in this notation or pulled from the database (All other browsers display the characters correctly).
My hea...
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.
...