Everyone, I am setting up an "email this page" feature on the site I am working on and I would like to know everyone's opinion on their favorites methods of doing this.
I found this example: http://www.alistapart.com/articles/sendtofriend/ But, I don't have Access to a server with ASP and CDOMail which is a prerequisite. The other way I could do it is with java script which I don't completely understand. Here is another option: >From the code: <li><a href="/mailfriend/30/15414/c211e708ba/" class="email">E-mail story</a></li> css: ul.story_tools li a.email { background: url(http://media.kansan.com/edge/img/structure/toolbar/email.gif); } ul.story_tools li a.email:hover { background: url(http://media.kansan.com/edge/img/structure/toolbar/email_hover.gif); } The question I have with this is did the developer have to manually enter the <a href="/mailfriend/30/15414/c211e708ba/" ?? That would mean a lot of extra work and attention. If anyone has done this out there please give me your opinion on which way is the best way to complete this task. Thanks for your help! Melissa ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
