Re: filling blanks on www-sites
Re: filling blanks on www-sites
- Subject: Re: filling blanks on www-sites
- From: Timothy Bates <email@hidden>
- Date: Thu, 29 Aug 2002 11:19:29 +1000
>
i need to fill blanks on different websites with AS.
>
For example "http://www.infa.ru/mboard/general/addmessageform"
That page is just a cyrillic submit button to me. But, if it was me, I would
drive these pages using one of the following two solutions.
If you want to actually fill out form elements in the graphic page, maybe
retaining the option of modifying these manually, then do so using IE5 and
JavaScript
tell app "IE"
do script "document.forms[0].SID.value=\"thisvalue\";"
End
Or if you just want to submit the page with some values, use the internet
scripting addition and say (something like)
Upload "server.domain.mypage.html?key=value&nextkey=nextValue"
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.