hiperlink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i make a hiperlink butten to mail the page to a friend like the one on
internet explorer tool bar...
 
chad123 said:
how do i make a hiperlink butten to mail the page to a friend like the one on
internet explorer tool bar...

You will need to use some kind of dynamic scripting to create a form which
enables users to enter the address they wish to send it to, their name etc,
and then use the variables created to mail the form. Either that, or just
create a simple link for each page if theres not too many pages you wish to
add this functionality to. ie:

<a href=mailto:?subject=[a subject line]&body=[your body text including a
link to the page]>Mail to a friend</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top