Results 1 to 12 of 12

Thread: IE 5.5 & 6.0 on same WinNT4.0 machine?

  1. #1

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057

    IE 5.5 & 6.0 on same WinNT4.0 machine?

    I'm quite sure I can't do it on the same profile but can you switch profiles and install a different version of IE? Some of my users are making the switch so I have to start testing compatibility. Its the one thing NS has over IE.
    Thanks in advance,
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I don't think so either, as IE components are considered part of the OS...
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    MS needs a page that lets us developers know all the things that will now be broken when users upgrade.
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Actually IE 5.5 is broken, and you can use the !DOCTYPE tag to put IE6 in "standards compliant" mode so that it renders the page correctly. Else it will render the page in the same incorrect way as IE 5~ does, IIRC. I think the Mac versions don't have this problem.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Originally posted by JoshT
    Actually IE 5.5 is broken, and you can use the !DOCTYPE tag to put IE6 in "standards compliant" mode so that it renders the page correctly. Else it will render the page in the same incorrect way as IE 5~ does, IIRC. I think the Mac versions don't have this problem.
    Which incorrect ways are you referring too?

    Seen a lot more flub-ups in Opera or Nutscape
    I'm bringing geeky back...

  6. #6
    scoutt
    Guest
    Originally posted by JoshT
    Actually IE 5.5 is broken, and you can use the !DOCTYPE tag to put IE6 in "standards compliant" mode so that it renders the page correctly. Else it will render the page in the same incorrect way as IE 5~ does, IIRC. I think the Mac versions don't have this problem.
    what does that have to do with running 2 IE's on the same machine.

    msimmons, you can't run 2 IE's on the same machine as they have said, but it shouldn't do anything to the webiste as IE6 will run what ever IE5.5 has. you shouldn't notice any difference.

  7. #7

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    One thing that IE6 does (good or bad is up to you) that IE 5.5 (and below) does/dosent (again, your call...) is the cookies are turned off by default... This messed me up when a user decided they were going to upgrade then told my that my app no longer worked.... since I didnt have access to IE6 at the time I couldent find out so I put together an old comp just to run IE6 on, but it is so slow that I hate to use it (plus I am lazy (isnt that why we are programmers, to get the computer to do things for us) so I hate to go to a different desk)...
    thanks
    michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  8. #8
    scoutt
    Guest
    well by default IE6 will ask you if you want to accept 3rd party cookies and then it wil turn off if you say no. so it is still the user that has to decide. but always can turn it on again. but I see what you are talking about.

  9. #9

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    Guess I didnt read that prompt
    thanks
    michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  10. #10
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Originally posted by scoutt

    what does that have to do with running 2 IE's on the same machine.

    msimmons, you can't run 2 IE's on the same machine as they have said, but it shouldn't do anything to the webiste as IE6 will run what ever IE5.5 has. you shouldn't notice any difference.
    What I'm saying is that you don't need two IE's as IE6 will render pages the same way as IE 5.5 unless the HTML specifically tells it not too.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  11. #11
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Originally posted by jpbtennisman


    Which incorrect ways are you referring too?

    Seen a lot more flub-ups in Opera or Nutscape
    Doesn't support CSS as well (ie - min-width, element:hover), bug in the <button> tag, supports all sorts of incorrect syntax (colored scrollbars, when the style isn't marked as a proprietary extension), deliberately renders pages incorrectly without the !DOCTYPE set correctly.

    Plus a security hole every week, and is "smart" enough to put Knowledgebase number in the UA string.

    Mozilla blows IE away as far as supporting the standards.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  12. #12
    scoutt
    Guest
    Originally posted by JoshT


    Doesn't support CSS as well (ie - min-width, element:hover), bug in the <button> tag, supports all sorts of incorrect syntax (colored scrollbars, when the style isn't marked as a proprietary extension), deliberately renders pages incorrectly without the !DOCTYPE set correctly.

    Plus a security hole every week, and is "smart" enough to put Knowledgebase number in the UA string.

    Mozilla blows IE away as far as supporting the standards.
    thanks Josh, that is what I thought after I mad that reply. also I have been telling everybody that NS was a lot better but does anybody listen...... noooooo <whiny voice>I like IE</whiny voice>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width