Jump to content

how to use controlsend in this case


Recommended Posts

this is the code i've tried

$oIE = _IEAttach("iPower - Built by PwC, for PwC")
ControlSend ("iPower - Built by PwC, for PwC","", "WebEdit","wills",)
 
But my control name is "WebEdit" and I want to send "wills" to it but its not working
 
the attach works but I'm stumbling with the controlsend command
 
 
Can somebody correct it for me?
Link to comment
Share on other sites

you don't use ControlSend. you use the IE UDF. the same place you took _IEAttach from has plenty of other function to retrieve data, populate controls and handle objects in IE.

Signature - my forum contributions:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Link to comment
Share on other sites

this is the html - <input class="select2-input select2-focused" type="text" autocomplete="off" spellcheck="false" autocapitalize="off" autocorrect="off" jQuery110208908035605971999="404"/>

And its wihin a frame.....

Edited by joeloyzaga
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...