-
Any
To Open Popup Window in asp.net
To Open Popup Window Write this code in Aspx.vb Page under the Asp control that will open this popup Note: The all Perivious Pages will apper in popup window
10:26 Jul 28 2010 | Tags :
Response.Write("<SCRIPT>window.open('PageName.aspx', 'Fame', 'scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, width=600, height=400', true)</SCRIPT>")
Owned Code :
منقول من موقع أخر
Add comment
To add a comment, please : Login or Sign up