home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 10
/
AU_CD10.iso
/
Archived
/
Internet
/
jvscript116beta
/
JvScript
/
!JvScript
/
Resources
/
Scripts
/
Buttons
/
1
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
ISO-8859-9 (detected)
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-15
|
289 b
|
13 lines
#newformat
_title:Alert Button
_description: User clicks on the button and is given an alert box
_caption:Button caption
_message:Message
_insert-in:inbody
<FORM>
<INPUT TYPE="BUTTON" VALUE="¤caption_object$(1)¤" onClick="alert('¤message_object$(1)¤');return true">
</FORM>
_end-insert: