I need to open the login.aspx page in a dialog box when the user clicks the ‘login’ link.
I’ve looked at jQuery UI Dialog, but it looks like it can’t open whole pages from a given URL?
Do you guys have any tips to what I can use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just create an
<iframe>and.dialog()it to get what you’re after, short a simple. Elijah Manor has a full post with code on how to do this.Here’s a quick version: