Jump to content

Using Quotation Mark with search at Ebay


ghstboi
 Share

Recommended Posts

I been trying to search around how to se a quotation mark in the search box.

so far this what i have.

CODE
$oForm = _IEFormGetObjByName ($oIE, "find")

_IEFormElementCheckboxSelect ($oForm, 0, "", 1, "byIndex")

$oText = _IEFormElementGetObjByName ($oForm, "satitle")

;I need to send quotation mark between $title

_IEFormElementSetValue ($oText, $title)

$search = _IEFormElementGetObjByName ($oform, "bs")

_IEAction ($search, "click")

_IELoadWait($oIE)

i tried to use """ but that didnt work. can someone pls help me figure this out. thanks

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...