Comments by Atk on scripts

2 comments

Comment on:
Mailto 2 Webmail

Apr 16, 2008
Ah, I figured it out for the new Yahoo interface. Replace this line of code:
//var theElement = "http://" + yahooServer + ".mail.yahoo.com/ym/Compose?To="; var begin; var subLength;

with this line of code:
var theElement = "http://" + yahooServer + ".mail.yahoo.com/dc/launch?action=compose&YY=212450813&login=1&intl=us&.intl=&To="; var begin; var subLength;

Comment on:
Mailto 2 Webmail

Apr 16, 2008

Cool script, but how (or is it even possible) to link to Yahoo's new mail interface. Now, when I click on a mailto link, it fires up the old interface.