morpheus83uk
-
Total Posts
:
738
- Scores: 0
-
Reward points
:
0
- Joined: 8/21/2006
-
Status: offline
|
Cross Browser Support
Thursday, September 24, 2009 8:07 PM
( permalink)
Hello, Is there a nice simple way of converting a load of code so that it will work in all versions of IE and firefox? Currently were running IE6 and looking at IE7 and Firefox... As I am designing my app before I let it lose to the test users I would prefer it to have some form of cross browser support included. I have no idea even where to begin with this and I am hoping it will be fairly easy to do opposed to rewriting my code. I have just thought about this now as I am coming to the end of it and just been learning so much from people in the forum and then making things work as best I can and then I opened my browser and went OH NO!! It might not work ect... Does anyone know how I can do this? Many Thanks James
|
|
|
|
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
Re:Cross Browser Support
Thursday, October 01, 2009 9:12 PM
( permalink)
There is a laundry list of issues. First, don't use VBScript, use JavaScript and go from there.
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|
Fredledingue
-
Total Posts
:
572
- Scores: 2
-
Reward points
:
0
- Joined: 5/9/2005
- Location: Europe
-
Status: offline
|
Re:Cross Browser Support
Saturday, October 03, 2009 9:21 AM
( permalink)
I think that what's working on IE6 will likely works on IE7 and above as well as in Firefox. Depends what "code" you are talking about: Html, css, javascript or vbscript? Look also into "conditional statements" I won't call that easy tho'. TNO gave me some piece of conditional statement I never understood but which worked fine. ;)
|
|
|
|