|
-
Mar 31st, 2004, 06:32 PM
#1
Thread Starter
Lively Member
Unload the webform
VB.Net-Webapp.
How do I close the form? same as in VB6 "unload me".
Thanks
-
Mar 31st, 2004, 07:31 PM
#2
I wonder how many charact
Me.Page.RegisterStartUpScript("closeing","self.close();")
-
Apr 1st, 2004, 11:48 AM
#3
Thread Starter
Lively Member
Hello Nemaroller,
I typed in exactly what you said. It didn't work. nothing was happening.
-
Apr 1st, 2004, 11:53 AM
#4
I wonder how many charact
Me.RegisterStartupScript("closeing", "<script language=javascript> onLoad=window.close();</script>")
-
Apr 1st, 2004, 01:16 PM
#5
Thread Starter
Lively Member
Thanks. It works beautifuly
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
|