views:

610

answers:

5

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 form (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.

+2  A: 

Ok, solved.

Never put < html > and/or < body > tags to the remote file (html, php) what contains the modal-form :)

panchicore
A: 

Remove and tag from the remote page(or file)

Legi Sebastian
A: 

Hi !

http://www.freecss.info/tutorial/contact/index.html

How did you manage to get it working? I don't understand what tags to remove to make it work in safari.

Need your help :D Thanks!

onebleach
OK, I had the html and body tags, and fixed it by simply moving the javascript from the head tag into the body, and everything works great on safari. voteup.
panchicore
+1  A: 

Fantastic it worked! Thanks :D

I'm new, missing a few more points to vote up ; ;

onebleach
there you have jeje (Y) glad you worked.
panchicore
A: 

I worked for me in chrome..Thanx panchicore

Sony Thomas