Results 1 to 1 of 1

Thread: [RESOLVED] random ID value in code/HTML source

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2007
    Posts
    34

    Resolved [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
  •  



Click Here to Expand Forum to Full Width