|
-
Nov 27th, 2003, 05:17 AM
#1
Thread Starter
New Member
Execute a script string
Hi!
how can I execute this code using vb .net windows forms and using the webbrowser control?
If the "popupScript" string has a javascript function how can I invoke the function?
Dim popupScript As String = "<script language='javascript'>" & _
"window.open('PopUp.aspx', 'CustomPopUp', " & _
"'width=200, height=200, menubar=yes, resizable=no')" & _
"</script>"
Page.RegisterStartupScript("PopupScript", popupScript)
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
|