Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-04-2006, 06:28 AM   PM User | #1
ablaye
New Coder

 
Join Date: Apr 2006
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
ablaye is an unknown quantity at this point
Javascript and Firefox

Does anyone know any issues with javascript running on a firefow web browser?
I am writting some scripts and don't want to get burned.
ablaye is offline   Reply With Quote
Old 05-04-2006, 08:36 AM   PM User | #2
Bill Posters
Senior Coder

 
Join Date: Feb 2003
Posts: 1,665
Thanks: 0
Thanked 27 Times in 25 Posts
Bill Posters will become famous soon enough
Nothing you really need to (pre)worry about as FF has some of the best js support of the current range of browsers.
Just try to steer clear of using proprietory methods such as document.all and you should be ok.
Stick to using DOM 0 and W3C DOM methods and you shouldn't hit too many snags.

You should still test in FF (and others) to make sure your script works for sure.
Rather than list any and every potential problem here, it's far easier for us if you create your script, find out if it works in your targeted browsers. Then, if it doesn't work, post a query asking for help getting the problem sorted out - preferably with either the code in question pasted into the post or (even better) by posting a link to the site with the current, non-working js where we can see exactly what's going on in both your js and any other code which may influence whether your js works or not.

Last edited by Bill Posters; 05-04-2006 at 08:38 AM..
Bill Posters is offline   Reply With Quote
Old 05-05-2006, 12:10 AM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,452
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Provided that you write Javascript and not JScript then your code should work fine in all modern browsers including Firefox. You may need to add some JScript and tweak the code slightly to get it to also work on Intranet Explorer.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is online now   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:53 PM.


Advertisement
Log in to turn off these ads.