Jump to content

Recommended Posts

Posted

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

Posted

did you try '"'

i.e. enclose the double quotes in single quotes

Thanks Sandyd that did the trick. I did not know i could have use a single quote to do that. thanks alot

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
×
×
  • Create New...