Jump to content

Firefox Issues


cmgmyr

Recommended Posts

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]
Link to comment
https://forums.phpfreaks.com/topic/7627-firefox-issues/
Share on other sites

[!--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.
cheers
Mark
Link to comment
https://forums.phpfreaks.com/topic/7627-firefox-issues/#findComment-27813
Share on other sites

[!--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. [email protected]
Link to comment
https://forums.phpfreaks.com/topic/7627-firefox-issues/#findComment-27833
Share on other sites

When I bring up your link on IE, I get a Javascript error
[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]
Line: 2
Char: 7
Error: Invalid Character
Code: 0
URL: [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
Link to comment
https://forums.phpfreaks.com/topic/7627-firefox-issues/#findComment-28207
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.