[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