I need to manipulate values entered into a text field i.e. select text,
and move the cursor location within an input box.

I'd be grateful if anyone could you point me towards any tutorials or
give me some hints on how i can achieve this using VBScript ?

Thanks

Re: Manipulate text input using VBScript by Yannick

Yannick
Tue Jan 24 14:14:19 CST 2006

Hello,

To enter the values, you can use an instance of Internet Explorer (called
from your vbscript), with the use of a
"WScript.CreateObject("InternetExplorer.Application")" statement.

This will start an html page, with on it the form you want (textfields,
boxes, etc...), and then your vbscript can read the fields values, and so
on.
You can manipulate it in the script and then display, write, or do what you
want with it.


Is that you want ?
Is it helpful for you ?


Yannick SCHAPPLER
France


"SamTan" <jnelf3@aol.com> a écrit dans le message de news:
1138113348.660111.262700@g47g2000cwa.googlegroups.com...
>I need to manipulate values entered into a text field i.e. select text,
> and move the cursor location within an input box.
>
> I'd be grateful if anyone could you point me towards any tutorials or
> give me some hints on how i can achieve this using VBScript ?
>
> Thanks
>