Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Configuring a template

Options
  • 18-06-2009 12:31am
    #1
    Registered Users Posts: 2,073 ✭✭✭


    Hi all,

    I'm doing a simple enough website for a friend, not a whole lot of experience.

    We're going to buy a flash template online that looks really well.

    Most of it is just static text but I need to be able to:

    1) When an icon is clicked I need to link it to a URL and open in a new tab/window

    2) On the contact us page, when a user clicks submit it sends the info in the textboxes (name, address, etc) to an email address.

    Presume these are simple enough to do. Is there code out there already that I could use?


Comments

  • Registered Users Posts: 923 ✭✭✭coolmoose


    the open url code is simple, jst add target="self" into the a href

    e.g. <a href="link.htm" target="self">text</a>

    the email form requires that you have a CGI script capable of processing this info and sending it to an email address. your host should have scripts that you can access.


Advertisement