Hi. I am .met developer. I want code for open pop window in asp.net application. I tried different but none of them worked out for me. If you are having any codes then reply me. It can helpful to me. Thank in advanced.
Hi. I am .met developer. I want code for open pop window in asp.net application. I tried different but none of them worked out for me. If you are having any codes then reply me. It can helpful to me. Thank in advanced.
The script that I have mentioned will definitely help you.
**)Code:function callpopup() { newWin = window.open("index.aspx","AddFavorite","toolbar=no,status=no,menubar=no,location=center,scrollbars=no,resizable=no,height=500,width=350"); newWin.opener = top; } in page load add Attributes to hyperlink control HyperLink1 HyperLink1.Attributes.Add("onclick","callpopup()");
I have tried the given code but it didn’t solve my problem. Please try to provide some other solution.
Bookmarks