Jump to content

can't fill in text here


Recommended Posts

I was able to fill in google's search, but i can't fill this in. Can someone help please? here my code. this is google search:

#include <IE.au3>

$oIE = _IECreate ("http://www.google.com")

$oForm = _IEFormGetObjByName ($oIE, "gbqf")

$oQuery = _IEFormElementGetObjByName ($oForm, "q")

_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")

_IEFormSubmit ($oForm)

and this is the site i wanted to do:

#include <IE.au3>

$oIE = _IECreate ("http://owmdeals.com/FAB/FAB-Under-Construction.html")

$oForm = _IEFormGetObjByName ($oIE, "upl_form")

$oQuery = _IEFormElementGetObjByName ($oForm, "item")

_IEFormElementSetValue ($oQuery, "AutoIt IE.au3")

_IEFormSubmit ($oForm)

with this being the html code:

<form id="upl_form" style="margin: 0;" name="upl_form" method="post" action="speedy_blogger.php">

<input type="hidden" value="X" name="bms">

<input type="hidden" value="" name="maxmet">

<img class="twisty " role="presentation" /><table width="0px" cellspacing="0" cellpadding="0" bgcolor="#ffffff">

<img class="twisty " role="presentation" /><tbody>

<img class="twisty " role="presentation" /><tr>

<img class="twisty " role="presentation" /><td class="speedy_form" colspan="2">

<img width="100" height="30" border="0" alt="eBay item number" src="speedy_images/itemnumber.png">

</td>

<img class="twisty " role="presentation" /><td class="speedy_form">

<input type="text" value="" maxlength="12" size="12" name="item">

</td>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...