I am a total noob at applescript, I have barely learned anything. I am trying to login to my e-mail through a script, I know how to get to the webpage with "tell application "Safari"
activate
open location "http://www.X.com/mail/index.bml"
end tell"
X is my webhost eg Hotmail
though from there how do i enter in my username and password through the script so that it will automatically log me in to my account??
Seeing as I am such a begginer it would be helpful if you could please post the entire script using X,A and B for webhost, username and password!
Thanks alot!!
activate
open location "http://www.X.com/mail/index.bml"
end tell"
X is my webhost eg Hotmail
though from there how do i enter in my username and password through the script so that it will automatically log me in to my account??
Seeing as I am such a begginer it would be helpful if you could please post the entire script using X,A and B for webhost, username and password!
Thanks alot!!