Please give me example for on button click login view on a popup with external login and retrun back to same view.
Nitin
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joginder BangerPosted Dec 9, 2014, 7:03 AM
i have written one article about this problem. I confirm it's may help you try this link
http://www.c-sharpcorner.com/UploadFile/5b3fc9/login-with-the-help-of-jquery-and-ajax-popup-window/
Pradeep ShetPosted Dec 9, 2014, 6:43 AM
If you open the popup window using window.open then once you login in that popup. You can access your parent (from which popup was opened)page using window.opener.
Hope this will help you