scripting netscape 4.76 (add'l)
scripting netscape 4.76 (add'l)
- Subject: scripting netscape 4.76 (add'l)
- From: "Joseph D'Andrea" <email@hidden>
- Date: Sun, 17 Dec 2000 17:17:36 -0500
Here is the script that I have so far
tell application "Netscape Communicator"
OpenURL "
http://dev.west21.com/et/netscapetest.tpl" to file
"joey3" post data "abc=def"
end tell
But the only thing it does is hit the URL (at least it does
something).... but the file "joey3" never gets created and the post
arguments are not passed.