home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / jvscript116beta / JvScript / !JvScript / Resources / Scripts / Buttons / 1 next >
Encoding:
Text File  |  1999-09-15  |  289 b   |  13 lines

  1. #newformat
  2. _title:Alert Button
  3. _description: User clicks on the button and is given an alert box
  4.  
  5. _caption:Button caption
  6. _message:Message
  7.  
  8. _insert-in:inbody
  9. <FORM>
  10. <INPUT TYPE="BUTTON" VALUE="¤caption_object$(1)¤" onClick="alert('¤message_object$(1)¤');return true">
  11. </FORM>
  12. _end-insert:
  13.