Ask Experts Questions for FREE Help !
Ask
    Tech's Avatar
    Tech Posts: 2, Reputation: 1
    New Member
     
    #1

    Mar 24, 2006, 10:26 AM
    Need help to make e-mail "link"
    Hi I need some advice on how to make my webpage "e-mail address" link to actually open up the clients e-mail program (outlook express or Outlook).

    I have to tell you that this is my first attempt at a webpage, and I'm using Photoshop7 (to make the page) and will be also using Dreamweaver for coding (also new this one coding stuff).

    Can anybody tell or better yet direct me to a webpage Tuturial?

    Thanks for your time.
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #2

    Mar 24, 2006, 10:31 AM
    You can do a basic one like this, but it will be fodder for spam bots:
    Code:
    <a href="mailto:You @yourdomain.com">Text of Email link</a>
    Or you can do one like this with JavaScript (my personal preference):
    Code:
     <script language="JavaScript" type="text/javascript"> 
    <!-- 
       document.write("<A HREF='mailto:"+"you"+"@"+"yourdomain.rr.com"+"'>"+"Contact"+" Us"+"</A>"); 
    //--> 
                    </script>
    Heck, take advantage of DW's interface so you don't have to learn a bunch of coding... just my opinion.

    PS, the first one is the basic that you get when you use Insert > Email Link option in DW... the 2nd one is code you need to enter manually.
    Tech's Avatar
    Tech Posts: 2, Reputation: 1
    New Member
     
    #3

    Mar 24, 2006, 10:38 AM
    Thanks Rick, I'll try that.
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #4

    Mar 24, 2006, 10:52 AM
    You're welcome! Let us know when your site is up so we can check it out.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Fan Blower not working in "ON" or "AUTO" in heat or AC [ 13 Answers ]

Got home from the Brewer game this afternoon and noticed the house was warm(78). Outside was 91. I checked the T-stat and it was set correct. Noticed the air vents weren't blowing anything. Went outside and the condenser and fan was running fine. Then I went downstairs to the furnace unit to see...

Two parts: moving toilet over 4" and connecting to 4" black plastic to make shower [ 3 Answers ]

Hi friends, I have a concrete slab foundation. In one full bath, I'm changing out the tub to put in a sauna tub, going from 60x30 to 60x32. The toilet is right next to the tub, so I want to move the toilet over at least 4" and change the sink to a pedastal sink to make room for the move for...


View more questions Search