Home > Archive > Tcl > June 2005 > How to execute javaScript in tclsh ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to execute javaScript in tclsh ?
|
|
| clarissa 2005-06-08, 4:01 pm |
| Hi,
From the website, I can fill up the form and retrieve the data records.
Can I automate that step from the tclsh?
Any body know how to do that ?
Thanks very much for your help
| |
| Michael Schlenker 2005-06-08, 4:01 pm |
| clarissa wrote:
> Hi,
> From the website, I can fill up the form and retrieve the data records.
> Can I automate that step from the tclsh?
> Any body know how to do that ?
> Thanks very much for your help
>
Hi, your question is a bit vague...
Basically you can send forms etc. from tcl, use the http package for
that and see the -query option.
But there is no javaScript interpreter in Tcl, if you really need it,
you have to automate a browser with javascript handling inside.
What are you really trying to achieve?
Michael
|
|
|
|
|