phpknight Posted September 1, 2008 Share Posted September 1, 2008 I realized that Fire Fox 3 does not seem to do much of what I expect. For instance, it will just sometimes print lines partially, or with code for adding an item to a cart, it sometimes will have the 'add to cart' button disappear, etc. However, if I view the source, all the code is there, but items just randomly do not show up on the screen. If I copy the code and place it in a file by itself, it shows up fine. Quote Link to comment Share on other sites More sharing options...
phpknight Posted September 1, 2008 Author Share Posted September 1, 2008 UPDATE: The source is correct, but the generated source in the firefox toolbar is incorrect. Firefox seems to haphazardly modify the code in a very odd way--sometimes it changes characters to special coded equivalents, and sometimes chunks are just gone. I'll do some testing and see what response is really going back from php. In the meantime, if anybody has experienced these issues, please post. Quote Link to comment Share on other sites More sharing options...
phpknight Posted September 1, 2008 Author Share Posted September 1, 2008 It appears that the response send back from PHP is getting modified in many ways by the time it gets back to javascript. I've tried htmlentities, and many other things, but it always get changed--even the order of my attributes within HTML tags. I'll keep plugging along to see what I can find. 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.