CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 26

Threaded View

  1. #1
    Join Date
    Aug 2007
    Posts
    448

    [RESOLVED] Webbrowser control security code

    Hi guys

    I need your help with the webbrowser control, I cant find any code that would take control of the security code on the html by type the words and the numbers on the webbrowser. Is it possible for the project to take the control on the webbrowser and typing the security code??



    Here it is the html code:


    Code:
    <font color="#9c1515">*</font> Security code:<br>
                            <img src="http://www.myseoinfo.com/imagebuilder.php" onclick="this.src='imagebuilder.php?newtime=' + (new Date()).getTime();">(Click to reload)<br><input name="verify" size="17" maxlength="17" autocomplete="off" class="form" type="text"><br>
                            <br>
                            <input value="Register" name="register" class="form" type="submit">
                                                    </p></td>
                        </tr>
                    </tbody></table>
                    </form><br>
                    <table border="0" cellpadding="6" cellspacing="0" width="100%">
      <tbody><tr>
              </div></td>
      </tr>

    The security code is on the imagebuilder.php so hopefully one of you post the info which it would be much appreciate it.



    Thanks,
    Mark
    Last edited by mark103; August 24th, 2008 at 06:32 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

Featured