Questions tagged [ietester]

IETester is a free (both for personal and professional usage) WebBrowser that allows you to have the rendering and javascript engines of IE10, IE9, IE8, IE7 IE 6 and IE5.5 on Windows 8 desktop, Windows 7, Vista and XP, as well as the installed IE in the same process.

IETester is a free (both for personal and professional usage) WebBrowser that allows you to have the rendering and javascript engines of IE10, IE9, IE8, IE7 IE 6 and IE5.5 on Windows 8 desktop, Windows 7, Vista and XP, as well as the installed IE in the same process.

14 questions
7
votes
4 answers

prompt() with Internet Explorer 8

I am having a hard time figuring out a solution for my problem. Here's a code snippet: var ans = prompt("Mot de passe", ''); if (ans != '' && ans != null) __doPostBack('__Page', ans); else window.location =…
Soader03
  • 351
  • 4
  • 20
6
votes
3 answers

Alternative to IETester

I was wondering if anyone knew of any alternatives to IE Tester. I am getting some differences between my actual XP IE6 vm and my IETester. So I am looking for something that is a little more accurate than IETester.
Lawrence
  • 837
  • 3
  • 12
  • 26
5
votes
2 answers

Testing IE6 with Firebug Lite

I'm using IEtester to test in IE6, because the client want the page to be seen in it. Till a few weeks ago, I could work as good as possible using the firebug lite Stable Channel in IE6 on the IETester. Now I can't! I don't know what changed... and…
2
votes
1 answer

How do I locate an Internet Explorer script error?

I'm finishing up my website. Noticed I have some scripting issues in IE7 and IE8. Using IETester (any better alternative btw?) IE9's debug tools I can test my website for different IE versions. Updated Example: I use JQuery and some 3th party htc…
Pieter
  • 1,751
  • 3
  • 30
  • 65
1
vote
2 answers

How to check if template is compatible with older versions of Firefox, Chrome and Opera

well we have IETester tool to check a template with different versions of IE but what about other browsers . I have Last versions of firefox , chrome and opera and I try my template with them . questions : 1 - do other browsers have the same…
mohsen dorparasti
  • 8,107
  • 7
  • 41
  • 61
1
vote
2 answers

My site on Internet Explorer 8: What a mess

I have a Windows 7 with service pack 1, and Internet Explorer 10. And I have my site, http://www.gfcf14greendream.com/ . It looks great on Chrome, Firefox and Safari, but not in Internet Explorer. For starters, I wanted to test how my site looks…
gfcf14
  • 316
  • 4
  • 30
1
vote
2 answers

Javascript not working on specific versions of IE

I've a rare issue with IE. I'm trying to create a page that launches this script when IE version is lower or equal than IE 8 (just a simple alert and a location). When I try to debug this html on IETester the alert only shows up on IE 5.5 and IE 6…
frikkio
  • 93
  • 2
  • 10
1
vote
2 answers

IE9 Compatibility mode shows link outline, where IETester Tabs 7/8 do not

http://jsfiddle.net/B4van/ I have set up this basic fiddle. As I have said in the title - the outline dotted border that is almost always added to links whenever they are clicked is not visible in IE7/8 when browsing with IETester, but the border is…
tomsseisums
  • 13,168
  • 19
  • 83
  • 145
1
vote
1 answer

How can I test if IE6,7,8 are successfully using Flash without installing them?

I made a HTML5 video which plays well in all modern browsers. However, it needs to successfully "fall back to Flash" in IE6,7,8. When I look at my site in IETester with its emulation of IE6, IE7, and IE8, these browsers play they flash version of…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

Trying to resolve a InvalidTokenAuthenticity Issue and discovered NO SESSION is even being passed

I'm using IETester to debug running Parallels on a Mac OS. Everytime I send an AJAX request out I consistantly get a InvalidAuthenticityToken response. I've covered every possible issue. Then I threw in a debugger, and compared session[:_csrf_token]…
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
1 answer

Internet Explorer 8: jQuery load issue?

I recently found out about a program, IETester, to test my website http://www.gfcf14greendream.com/ on the different versions of internet explorer. While on chrome and firefox, my site looks like this: But when I open my web site on IE8, I get this…
gfcf14
  • 316
  • 4
  • 30
0
votes
2 answers

Internet explorer compatibility with versions on my site

I recently found out about a program, IETester, to test my website http://www.gfcf14greendream.com/ on the different versions of internet explorer. While on chrome and firefox, my site looks like this: But when I open my web site on IE8, I get this…
gfcf14
  • 316
  • 4
  • 30
-1
votes
3 answers

JS error in ie7,8 and 5?

I am using IE Tester and this code is not working in IE5, IE7 and IE8, Please give me a solution IE Tester