morpheus83uk
-
Total Posts
:
738
- Scores: 0
-
Reward points
:
0
- Joined: 8/21/2006
-
Status: offline
|
Simple way of changing IE6 page code to IE8?
Wednesday, September 01, 2010 1:01 AM
( permalink)
Hello, Is there a simple way of changing my code to work with IE8 and such without having a complete rewrite? Many Thanks James
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:Simple way of changing IE6 page code to IE8?
Wednesday, September 01, 2010 2:16 AM
( permalink)
I'm not a web guy so it is entirely possible that I'm wrong, but I'm gonna go out on a limb here and say no.
|
|
|
|
morpheus83uk
-
Total Posts
:
738
- Scores: 0
-
Reward points
:
0
- Joined: 8/21/2006
-
Status: offline
|
Re:Simple way of changing IE6 page code to IE8?
Wednesday, September 01, 2010 3:06 AM
( permalink)
Seems a little odd if you have to re-write your page everytime a new version of IE comes out :( Many Thanks James
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
Re:Simple way of changing IE6 page code to IE8?
Wednesday, September 01, 2010 4:01 AM
( permalink)
That's why the majority of the world is not a fan of IE and very little of the world uses client side vbs in their pages.
|
|
|
|
morpheus83uk
-
Total Posts
:
738
- Scores: 0
-
Reward points
:
0
- Joined: 8/21/2006
-
Status: offline
|
Re:Simple way of changing IE6 page code to IE8?
Wednesday, September 01, 2010 8:25 PM
( permalink)
Yeah I suppose so! Still if Microsoft wants to take of the world so to speak they should give a little bit of compatability!
|
|
|
|
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
Re:Simple way of changing IE6 page code to IE8?
Friday, September 10, 2010 9:39 AM
( permalink)
morpheus83uk Hello, Is there a simple way of changing my code to work with IE8 and such without having a complete rewrite? Many Thanks James If you write in a standards compliant way to start out with, you wouldn't get into issues like this in the first place: http://www.visualbasicscr...Bad-Habits-m58515.aspx Of course using JavaScript instead of VBScript would be another smart move for future compatibility in web pages. VBScript is dead, it just hasn't been buried.
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|