borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (XP VB6 / VB.NET)Next Topic (vr toolbox and vb .net) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : execute script
Poster Message
patriciam
Level: Guest


icon execute script

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)  

27-11-2003 at 11:15 AM
| Quote Reply
AndreaVB Forum : VB.Net : execute script
Previous Topic (XP VB6 / VB.NET)Next Topic (vr toolbox and vb .net) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder