facebox-jquery problem in chrome and safari
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.
But, in Chrome and Safari you'll can have a bad experiencie when displaying post-submit fo开发者_运维技巧rm (the response).
test here with Chrome: http://www.freecss.info/tutorial/contact/index.html
"submitemail.php" (the response) is displayed in a new page {problem}, with firefox and IE7 it is displayed in the same modal window.
Any hint is so apreciated.
Ok, solved.
Never put < html > and/or < body > tags to the remote file (html, php) what contains the modal-form :)
Remove and tag from the remote page(or file)
精彩评论