|
-
Oct 6th, 2007, 07:07 PM
#1
Thread Starter
Member
[RESOLVED] random ID value in code/HTML source
Hello,
What I'm trying to do is use the random generated ID value I find from the innerHTML source in a webbrowser control during runtime and then use that for the main code to use for property value like
strSrch = strFindBetween(Text1.Text, "id=", " ")
theid = strSrch
strStatus = webbrowser1.Document.theid.GetVariable("loggedin") and so on..I can't do this of course but is there a way I can use accomplish this task? Is there some sort of scripting I could use that would allow this?
Thanks
Jake
Last edited by Grebo; Oct 6th, 2007 at 07:16 PM.
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
|