change a form target
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
how can i change the html form target by vb.net??? i have tried WebBrowser1.Document.Forms(0).All("formName").SetAttribute("target", "newtarget") but it didn't work... does anyone knows how to do this? thank a lot