Jump to content

Website Requests IE

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
26 replies to this topic

#1
Guest_MyPassionLinux_*

Guest_MyPassionLinux_*
  • Guests
What do you do when a website requires you to open it in IE... I mean linux does not support IE...

Any alternatives?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
IE can be installed under wine. I'm a big fan of contacting the webmaster and telling them that you use FIreFox to avoid IE's security issues, however.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
This is one of the issues I have at work with Linux. Most of our corporate Intranet sites use ASP which only work well with IE. I generally just tried to avoid these sites and if I must use IE I will run it under wine or boot to a virtual machine running Windows.

#4
Guest_MyPassionLinux_*

Guest_MyPassionLinux_*
  • Guests
Seems like too much hassle to run it in a VM.. but maybe I'll install it with wine...

That's my problem, because my school webmail is Microsoft Exchange.. and it doesn't work so well plus we have a sstem to check the results... and it's in ASP, so in FF it sucks!

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
If you find a solution, let me know. I'm at the same place here at work.

#6
tekmiester

tekmiester

    Newbie

  • Members
  • PipPip
  • 10 posts
Wine works pretty well for IE. The trouble is some companies can't afford cross browser compatability, so they code for the masses

#7
Guest_MyPassionLinux_*

Guest_MyPassionLinux_*
  • Guests
Well, I guess IE Tab won't work in Linux right? Not even if maybe you import some DLL's or something from windows?

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Just a quick comment: ASP serves up HTML/CSS/JavaScript to the browser. It is the quality of the served HTML that sucks (hacked for IE only, obviously).

#9
Hektor

Hektor

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
Isn't there certain things in ASP that only work in IE though?

#10
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Not that I'm aware of. There's a lot of JavaScript that's IE only, and VBScript is IE only.

#11
Guest_MyPassionLinux_*

Guest_MyPassionLinux_*
  • Guests
Microsoft Sucks!! They do anything to prevent compatibility with other browsers such as firefox...

#12
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The problem is that early in the days of the internet, everybody was innovating to add functionality to the web, but there was no standard way of doing it. Different scripting languages got added, different DOM models got added, etc.
When standards started to be created, MS was on the short side of the stick, but developers didn't care because they were developing for IE. That is changing, but slowly.