Tagged Questions

0
votes
6answers
70 views

JavaScript doesn’t work in IE: Sudoku Puzzle

http://home.earthlink.net/~benfranq/Sudoku.html Perhaps somebody can tell me why it doesn't work in Internet Explorer In other browsers, it seems to work fine. I've tried adding …
0
votes
2answers
25 views

conditional formatting: I want to use javascript for rounded corner but only if it’s in IE

I use -moz-border-radius and -webkit-border-radius for making rounded corner. However as we know IE 7 doesn't support that. What I would like to do is to basically use standard for …
1
vote
1answer
60 views

IE doesn’t run Javascript when you click ‘back’ button

I've built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. …
2
votes
1answer
16 views

Cross browser way of setting IFrame to “about:blank”?

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?
1
vote
4answers
43 views

How to test MSN Explorer?

A client is seeing bugs on their website using MSN Explorer. I can't reproduce those bugs with IE7 or any other browser, and I can't use MSN Explorer, because it requires a subscri …
0
votes
2answers
33 views

Clearing/Editing Internet explorer DNS cache

I am using internet IE 7, IE 8 My application in running in dns fail over environment with primary and back up server. As the primary server is down, failover changes to the secon …
1
vote
4answers
95 views

jQuery IE8 - Firefox problem

Hello, I have a big problem with IE8 where I use the jQuery framework. What works on Firefox, it doesn't work as well in IE8. I am not even checking IE7 :). Basically, I have si …
1
vote
4answers
128 views

jQuery change event on <select> not firing in IE

I've got a page with a variable number of <select> elements (which explains why I'm using event delegation here). When the user changes the selected option, I want to hide/sh …
0
votes
2answers
33 views

How to delete a certain IE cookie from python?

Hello, how can I delete IE 8 cookies for a certain site from Python? TIA
1
vote
1answer
40 views

Forcing browser to use “Save As …” dialog box

I would like a "Save As ..." dialog box to appear when a user clicks on a hyperlink. I'm currently sending the HTTP headers: application/octet-stream Content-Disposition: inline; …
2
votes
3answers
56 views

Setting name of DOM-created element fails in IE — workaround?

I got bit hard by this today: function mk_input( name, val ) { var inp = document.createElement( 'input' ); inp.name = name; inp.value = val; inp.type = 'hidden'; …
9
votes
7answers
380 views

Can !important rules be used in IE’s CSS expressions?

Firstly, I know that CSS expressions are defunct and wrong in so many ways, and also to avoid using !important where possible. This is for a special case stylesheet. In Short My …
0
votes
2answers
29 views

Can I intercept control-A keypresses on IE?

I'm trying to use jQuery to intercept control-A keypresses on my web page, like so: $(document).keypress(function (event) { if (event.ctrlKey && (event.which == 65 || …
0
votes
1answer
17 views

How to click a link in win32com.client IE?

Hello, I'm using win32com.client to control an IE instance in Python. How can I click a link on a certain page (e.g. using navigate to link href isn't acceptable since it won't tri …
0
votes
1answer
39 views

How Can I stop Internet Explorer from automatically displaying XML?

Is there anyway to force Internet Explorer to prompt for download of XML files instead of automatically displaying them? A code solution or just a set of IE configuration steps wou …

1 2 3 4 5 9 next
15 30 50 per page