Web Analytics Made Easy -
StatCounter adding an email link into a scroller - CodingForum

Announcement

Collapse
No announcement yet.

adding an email link into a scroller

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • adding an email link into a scroller

    I have added a scroller into my webpage but I would like to add an email link into it. I am using Front Page to design and inserting a hyperlink into the html is impossible! I have typed out the hreff code for adding an email but it comes up as the page is not found instead of an email.http://www.dynamicdrive.com/dynamicindex2/crosstick.htm This is the scroller I am using. If anyone is able to help me I would be very appreciative...sorry if this is a ridiculous question but Ive got to start somewhere

    Edited to repair URL to point to the desired page - boxer_1
    Last edited by boxer_1; Jun 28, 2002, 02:54 PM.

  • #2
    For example, in this part of the script:

    Code:
    //configure the below variable to change the contents of the scroller
    var messages=new Array()
    messages[0]="<font face='Arial'><a href='[b]http://dynamicdrive.com[/b]'>Click here to go back to Dynamicdrive.com frontpage</a></font>"
    Change the bolded part to:


    Code:
    //configure the below variable to change the contents of the scroller
    var messages=new Array()
    messages[0]="<font face='Arial'><a href='[b]mailto:[email protected][/b]'>Click here to email</a></font>"
    That should do it . Also, I moved your thread to the "Dynamic Drive Sripts Help" Forum as your question is specifically regarding altering a script from Dynamic Drive. Good luck .
    boxer_1
    CodingForum Moderator
    "How did a fool and his money get together in the first place?"

    Comment


    • #3
      Thanks!

      Boxer_1 I would like to say thanks! You've helped me tremendously! I am nearly finished playing with my site and everyone is more than welcome to come and check it out! http://www.promonopoly.com Thanks soooo much for your help Boxer!

      Comment


      • #4
        Re: Thanks!

        Originally posted by brindie
        Boxer_1 I would like to say thanks! You've helped me tremendously! I am nearly finished playing with my site and everyone is more than welcome to come and check it out! http://www.promonopoly.com Thanks soooo much for your help Boxer!
        You're welcome, glad I was able to help you out !
        boxer_1
        CodingForum Moderator
        "How did a fool and his money get together in the first place?"

        Comment

        Working...
        X