home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / jvscript116beta / JvScript / !JvScript / Resources / Scripts / Buttons / 3 < prev    next >
Encoding:
Text File  |  1999-07-29  |  250 b   |  12 lines

  1. #newformat
  2. _title:Link Button
  3. _description:Add a link button to the page
  4.  
  5. _caption:Button Text
  6. _url:Link to
  7. _insert-in:inbody
  8. <FORM>
  9. <INPUT TYPE="button" VALUE="¤caption_object$(1)¤" onClick="parent.location='¤url_object$(1)¤'">
  10. </FORM>
  11. _end-insert:
  12.