I have implemented this code it is working fine . I need to open this Popup on a fancy box(generated using j Query) when ever i am trying to open this .it conflicts my existing J Query .Please have look in this link so that you can get my real code and help
me to solve this issues .
vikas227
Member
623 Points
802 Posts
How to open Aspx page in the form of Popup
May 06, 2012 09:58 AM|LINK
Hello
I have an aspx page and i want to open it as popup/ThickBox using jquery or java sciprts .I don't want to open it in form Window popup.
Please Reply me
Thanks
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: How to open Aspx page in the form of Popup
May 06, 2012 10:29 AM|LINK
http://www.devcurry.com/2010/06/load-page-dynamically-inside-jquery-ui.html
Space Coast .Net User Group
vikas227
Member
623 Points
802 Posts
Re: How to open Aspx page in the form of Popup
May 06, 2012 05:40 PM|LINK
Hello Ken Tuker
Thanks for the Reply
I have implemented this code it is working fine . I need to open this Popup on a fancy box(generated using j Query) when ever i am trying to open this .it conflicts my existing J Query .Please have look in this link so that you can get my real code and help me to solve this issues .
http://forums.asp.net/t/1800687.aspx/1?how+to+open+fancy+box+with+in+a+fancy+box+on+a+link+botton+On+click
Thanks .
sandhya.redd...
Member
2 Points
5 Posts
Re: How to open Aspx page in the form of Popup
May 06, 2012 06:10 PM|LINK
Hi,
In Java Script You can do like that.........
string PageName = “RedrictPageName.aspx”;
string jscript = " <script type='text/javascript' language='javascript'> " +
" function PopupPic(sPicURL,w,h) { var winl = (screen.availWidth-w) / 2; var wint = (screen.availHeight-h) / 2; " +
" mywin=window.open(sPicURL,'Popup','width=' + w + ',height='+ h +',top='+ wint + ',left='+ winl+',scrollbars=yes,resizable=no',false);" +
" opener = mywin; opener.focus();} PopupPic('" + PageName + "',810,500); </script>";
ClientScript.RegisterClientScriptBlock(typeof(string), "pop", jscript);
Thank's
teguhyuliant...
Participant
1370 Points
372 Posts
Re: How to open Aspx page in the form of Popup
May 07, 2012 05:08 AM|LINK
Hi,
To open aspx page and want to open it as popup, here some tutorial that maybe can help you.
http://go4answers.webhost4life.com/Example/reload-crm40-form-popup-closes-30084.aspx
asteranup
All-Star
30184 Points
4906 Posts
Re: How to open Aspx page in the form of Popup
May 07, 2012 05:35 AM|LINK
Hi,
Check this-
http://delicious.com/anupdg/dialog+iframe
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog