Re: WebNative login
Re: WebNative login
- Subject: Re: WebNative login
- From: paul mccabe kampu <email@hidden>
- Date: Wed, 14 Mar 2001 22:40:50 -0500
- Organization: Kalsea Lane
Per Grimsell wrote:
>
>
I would like to access my account on a remote WebNative site to upload
>
files. Can I do that with applescript? If so - what do I need?
>
>
The address is: http://195.84.122.163/webnative/
>
>
/Per
Once you change the 'UserName' and 'Password' this should log you in Per.
tell application "Netscape Communicator"
activate
OpenURL "
http://UserName:email@hidden/webnative/"
end tell
HTH
--
Paul
c 416.275.8190
"No, TRY not. do or do not. There is no TRY." --Yoda(on error handling)