glenelkins Posted August 8, 2006 Share Posted August 8, 2006 HiIf you take a look at www.weddingpresentcorrect.com in FireFox and IE, you will see in FF the calendar is not working as it does in IE, how can I resolve this? I assume I need to use some kind of DOCTYPE in the PHP documents. The site runs with index.php?page=pagenumber which then displays the relevant HTML template.Cheers Quote Link to comment https://forums.phpfreaks.com/topic/16929-javascript-calendar-not-compatible-with-firefox-embedded-in-php/ Share on other sites More sharing options...
bltesar Posted August 8, 2006 Share Posted August 8, 2006 I went to the site and did not see any calendar. How do I navigate to the calendar? Quote Link to comment https://forums.phpfreaks.com/topic/16929-javascript-calendar-not-compatible-with-firefox-embedded-in-php/#findComment-71297 Share on other sites More sharing options...
glenelkins Posted August 8, 2006 Author Share Posted August 8, 2006 If you look in FF in the top left of the screen you get error: Error ! The current browser is either too old or too modern (usind DOM document structure). and the calendar undernieth, but in IE it does not show this which is correct. If you log in with IE using the email: glen@gewebsitedevelopment.com pass: 12345 - on the navbar (once logged in) click "Edit Profile" youll see on the right column is little calendar images where the its supposed to popup Quote Link to comment https://forums.phpfreaks.com/topic/16929-javascript-calendar-not-compatible-with-firefox-embedded-in-php/#findComment-71301 Share on other sites More sharing options...
ToonMariner Posted August 8, 2006 Share Posted August 8, 2006 I can olny suggest you use the DOM and simply have the calendar style set to hidden initially and then position it absoluetly (not ideal mind you!). Quote Link to comment https://forums.phpfreaks.com/topic/16929-javascript-calendar-not-compatible-with-firefox-embedded-in-php/#findComment-71306 Share on other sites More sharing options...
glenelkins Posted August 8, 2006 Author Share Posted August 8, 2006 Yeh thought about that but its a real pain. Maybe I should just use a browser detection script to say.. "Sorry use IE as FF sux" lol Quote Link to comment https://forums.phpfreaks.com/topic/16929-javascript-calendar-not-compatible-with-firefox-embedded-in-php/#findComment-71308 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.