Hi all,
I am attempting to send a string to a textbox in the webbrowser control and the page I am trying to do this with has random name= and value= fields which makes it difficult to use the typical methods for placing text in the textbox. I have spent quite a bit of time searching and attempting to figure this out and I'm stumped. Any help would be appreciated.
Example:
Code:<span class="req">Example Textbox:</span><br> <input type="hidden" class="point" name="U2FsdGVkX18xODA2MDE4MAtiYv1QcVMTlaG1QZmsXCTFDSbneXPOpDDkdDv9KIygapaXLEwrDHg" value="U2FsdGVkX18xODA2MDE4MDvLMJlAuWhymddirLsfDt0Aa9Jm75TdDlce-wM9zO3MGNI9f8JXHW4"> <input class="req" tabindex="1" type="text" name="U2FsdGVkX18xODA2MDE4MMZfVR2sB_tOWEzuk6.mCZPmQ:f8kwMmMfDECi8JhBBIrOUSFHBGdffVA" id = "U2FsdGVkX18xODA2MDE4MMZfVR2sB_tOWEzuk6.mCZPmQ:f8kwMmMfDECi8JhBBIrOUSFHBGdffVA" size="30" maxlength="70" value="">




Reply With Quote
