I want to design a webpage login that when click on the login button a login box pops on the same page (not in a new window) while the page itself becomes “disabled”.
I am stuck at how to start implementing this. I wonder if this can be done using jquery? Any suggestions would be apprecieted. Thanks!
Yes you could use jquery ui dialog
http://jqueryui.com/demos/dialog/
like that :
You’re oneDiv need to be at
display:none;and you put whatever you want in it