• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: filling blanks on www-sites
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >filling blanks on www-sites (From: email@hidden (Gerd))

  • Prev by Date: Finalizing Script
  • Next by Date: RE: How can you detect that application is curently running?
  • Previous by thread: filling blanks on www-sites
  • Next by thread: Re: filling blanks on www-sites
  • Index(es):
    • Date
    • Thread