cmgmyr Posted April 17, 2006 Share Posted April 17, 2006 I have a users.php file on one of my sites that does't seem to show up in foxfire. It's just one big switch with a lot of different functions. Since the file is WAY too big to post can you please give me some sort of insight of this? I have used and altered this file for some other sites that I made and those seem to work fine...so I don't know why this on isn't.The live version is: [a href=\"http://www.SyracuseBands.NET/users.php\" target=\"_blank\"]SyracuseBands.NET[/a] Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted April 17, 2006 Share Posted April 17, 2006 [!--quoteo(post=365634:date=Apr 17 2006, 08:02 PM:name=cmgmyr)--][div class=\'quotetop\']QUOTE(cmgmyr @ Apr 17 2006, 08:02 PM) [snapback]365634[/snapback][/div][div class=\'quotemain\'][!--quotec--]I have a users.php file on one of my sites that does't seem to show up in foxfire. It's just one big switch with a lot of different functions. Since the file is WAY too big to post can you please give me some sort of insight of this? I have used and altered this file for some other sites that I made and those seem to work fine...so I don't know why this on isn't.The live version is: [a href=\"http://www.SyracuseBands.NET/users.php\" target=\"_blank\"]SyracuseBands.NET[/a][/quote]that's odd. even viewing the source shows absolutely nothing in FF and works fine on IE...i can actually think of only two possible causes:- you have some firefox specific code/includes which is causing an error (that is php errors, not html/css specific stuff).- are you using any PHP specific functions for handling the entire output?otherwise - not a clue. the browser really shouldnt affect the request sent to the server unless youre using IE-only specifics or are targetting certain browsers with certain code.cheersMark Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted April 17, 2006 Author Share Posted April 17, 2006 Nope I'm not doing anything special to it at all. It works fine in IE, Maxthon, and Opera...just not FF...I don't get it.WIERD! Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted April 17, 2006 Share Posted April 17, 2006 [!--quoteo(post=365664:date=Apr 17 2006, 09:29 PM:name=cmgmyr)--][div class=\'quotetop\']QUOTE(cmgmyr @ Apr 17 2006, 09:29 PM) [snapback]365664[/snapback][/div][div class=\'quotemain\'][!--quotec--]Nope I'm not doing anything special to it at all. It works fine in IE, Maxthon, and Opera...just not FF...I don't get it.WIERD![/quote]as you say the code is too big to post, feel free to email it to me and i can take a quick look if you like. redbullmarky@hotmail.com Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted April 18, 2006 Author Share Posted April 18, 2006 It should be sitting in your inbox Quote Link to comment Share on other sites More sharing options...
kenrbnsn Posted April 18, 2006 Share Posted April 18, 2006 When I bring up your link on IE, I get a Javascript error[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]Line: 2Char: 7Error: Invalid CharacterCode: 0URL: [a href=\"http://www.syracusebands.net/users.php\" target=\"_blank\"]http://www.syracusebands.net/users.php[/a][/quote]FF is much more strict with Javascript and will sometimes just stop with no errors reported if it finds a really bad problem with Javascript.See if there is a problem with your Javascript.Ken Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted April 20, 2006 Author Share Posted April 20, 2006 Here is the first 4 lines of the JS[code]function validateEmail(emailAddress) { var match = /^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*$/.test(emailAddress); return match;}[/code] Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted April 23, 2006 Author Share Posted April 23, 2006 UPDATE: I ran the users.php file on my local machine with foxfire and it worked fine!I don't get it Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.