|
-
Jan 11th, 2003, 05:49 PM
#1
Thread Starter
Lively Member
press button on webbrowser
Q1)
what i want to do is press a button, this is the code i tried:
WebBrowser1.Document.Forms(0).SEARCH.Submit = True
all i know is that the value of the button is 'SEARCH', i got the 'WebBrowser1.Document.Forms(0).' part from searching for
the solution. i think there is a problem with the '.Submit = True' part, this was simply a guess, what is the correct code?
Q2)
how do you have a string for a part of the code, e.g.
myvalue = value.text
WebBrowser1.Document.Forms(0). & myvalue & .value = "whatever"
why doesnt that work?
Q3)
is there an easy way to find values of text boxes/buttons on a website without copying the html?
thanks for all help.
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
|