Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
The community reviewed whether to reopen this question 11 months ago and left it closed:
Improve this questionOriginal close reason(s) were n开发者_运维问答ot resolved
I want to add a little html popup that opens a user clicks on a "log in" link. Then a little window should open up where I can put the form fields for logging in. I want it to look like the one in the image, which I have seen on multiple sites.
How can I do that?
Thanks for the help!
It seems like you want http://fancybox.net/
Greybox probably does what you're looking for
You can use window.open
in JavaScript to open the popup window, however popup blockers tend to block window.open
so you'll have to have a good fallback. That is unless you want a pop-in with fancybox, greybox, lightbox or whatever.
精彩评论