home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 0161b.exe / EMAIL.HDC < prev    next >
Encoding:
Text File  |  1996-09-11  |  554 b   |  16 lines

  1. {Page}
  2. {label top=5 caption="This allows to create a clickable link that will pop up an email screen with the specified address already filled in." height=40}
  3.  
  4. {label top=+60 caption="What is the email address"}
  5. {text top=+15 name="email"}
  6.  
  7. {label top=+25 caption="What is the 'clickable' description ?"}
  8. {text top=+15 name="description"}
  9.  
  10. {label top=+25 caption="Any other text to follow this link"}
  11. {text top=+15 height=80 name="othertext" cr="<br>"}
  12. {/Page}
  13.  
  14. {Skeleton}
  15. <a href="mailto:{email}">{description}</a> {othertext}
  16. {/Skeleton}