|
-
Feb 13th, 2004, 02:53 PM
#1
Thread Starter
Junior Member
Popup window?
I woul like to know how to make a pop up window in asp.net?
-
Feb 14th, 2004, 04:42 AM
#2
Hyperactive Member
try this
hi
in form Load event write down the following Code
Button.Attributes.Add("OnClick","ShowPopUP()")
in JavaScript Write the following Function
function ShowPopUP()
{
var winHid
winHid=window.open("frmPopuForm.aspx","anyName")
}
-
Feb 16th, 2004, 04:14 PM
#3
Hyperactive Member
-
Mar 3rd, 2004, 04:20 PM
#4
Addicted Member
I have the same question. where is the form load method?
-
Mar 3rd, 2004, 05:55 PM
#5
Thread Starter
Junior Member
Thank you. It helps a lot
-
Mar 4th, 2004, 09:15 AM
#6
Hyperactive Member
Oops I just realised I posted a link to a pop up message box and not a pop up window. This should be more helpful: Opening popup windows with ASP.NET
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|