filling blanks on www-sites
filling blanks on www-sites
- Subject: filling blanks on www-sites
- From: email@hidden (Gerd)
- Date: Wed, 28 Aug 2002 19:52:25 +0200
Hallo,
i need to fill blanks on different websites with AS.
I tried it with webminer, but it does not work. Does anybody know
another way ?
Maybe problem was the russian characters which i could not send as
prescribed in the html-source, but i do not know.
set dieJobbank to "
http://www.infa.ru/mboard/general/addmessageform"
set a to {}
tell application "WebMiner 2"
activate
-- now post the form
set theDoc to open dieJobbank posting {{"uboard", "121538"}, B,
{"validation", "addmessageform"}, B,
{"theme", "rus01"}, B,
{"username", theName}, B,
{"usermail", theEmail}, B,
{"caption", Titel}, B,
{"text", messagetext}, B,
{"userpass", thePassword}, B,
{"send", "ECCo#?b!bCCB8"} B,
} B,
without redirecting
repeat while not complete of theDoc
end repeat
end tell
thanks for any help
Gerd
_______________________________________________
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.