Click here to Skip to main content
15,886,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All ,

I am using this code
GoogleConnect.Authorize(Server.UrlEncode("https://www.google.com/m8/feeds/"));

that redirecting on same tab,
i want to open windows pop up for gmail Login how can do that please reply
Thanks
Posted

1 solution

There are many different ways to do popups. There are nice jquery plugins. You can use the window.showModalDialog(). You can use target="_blank" on a hyperlink.

In this case you may want to use window.showModalDialog()

http://msdn.microsoft.com/en-us/library/ie/ms536759(v=vs.85).aspx[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Aug-14 12:13pm    
5ed.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900