[SpamCop-Mail] SpamCop Bookmarks
Jason Webb
spamcop-mail
Sat, 01 Dec 2001 17:57:05 -0700
Someone mentioned that the best online address book is Yahoo's. I also
use Yahoo address book since I can sync it with my Palm Pilot. If you
would like to use another address book with the spamcop webmail, here is
how you do it.
In netscape, create a bookmark on your personal toolbar and insert the
following in the location section:
javascript:to=document.getSelection();if(to){location.href='http://alpha.cesmail.net/horde/imp/compose.php?to='+escape(to)}else{location.href='http://webmail.spamcop.net/horde/imp';}
Now from yahoo address book (or any email address on any web site)
highlight the email address and click on the new bookmark. This should
open a new email in the SC webmail with the to address filled in. If you
click on the bookmark with out highlighting an email address, you should
just be taken to the webmail. (Note: You must already be logged in for
the to field to be filled in.)
If you prefer a popup window, try the following:
javascript:to=document.getSelection();if(to){window.open('http://alpha.cesmail.net/horde/imp/compose.php?to='+escape(to),'ComposeMail','scrollbars=yes,toolbar=no,resizable=yes,width=640,height=480,location=no,directories=no,status=no,menubar=no,copyhistory=no');location.href='#'}else{location.href='http://webmail.spamcop.net/horde/imp';}
For IE users, you can try the following for a pop up. (I have not tested
this one since I am on Linux.):
javascript:to=(document.frames.length?'':document.selection.createRange().text);if(to){window.open('http://alpha.cesmail.net/horde/imp/compose.php?to='+escape(to),'Compose','scrollbars=yes,toolbar=no,resizable=yes,width=640,height=480,location=no,directories=no,status=no,menubar=no,copyhistory=no');location.href='#'}else{location.href='http://webmail.spamcop.net/horde/imp';}
These javascript codes have not been tested and may not work in all
versions of the browser. Also, as JT makes changes, these may no longer
work.
Enjoy :)
Jason