Re: Filling forms in internet explorer
Re: Filling forms in internet explorer
- Subject: Re: Filling forms in internet explorer
- From: JJ <email@hidden>
- Date: Mon, 03 Dec 2001 10:24:21 +0100
>
I'm trying to create a script that will automatically complete an online
>
form in Internet explorer 5 using pre-defined variables, so I can easily
>
transfer data from a local database to my website
If you want fill a form, you're looking for "MSIE Library".
http://macscripter.net/sb_search.t?keyword=MSIE;Library&go=Search
Also, if it's simply than "name" & "place", if you're using GET method, you
could go to url
"
http://www.yoururl.com/proccess.cgi?name=somename&place=someplace",
attaching the data to the end of the application url
(see what location are you getting in your browser after submitting a form)
>
Also does anyone know where I can find a good selection of Internet Explorer
>
applescript examples?
http://www.macscripter.net/script-builder.t
JJ