home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 10
/
AU_CD10.iso
/
Archived
/
Internet
/
jvscript116beta
/
JvScript
/
!JvScript
/
Resources
/
Scripts
/
Alert
/
2
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-06-21
|
281 b
|
11 lines
#newformat
# © Geoff Youngs, 1999
_title:Alert Button
_description:Button click alerts user
_message:Message:
_caption:Button Label:
_insert-in:inbody
<FORM>
<INPUT TYPE="BUTTON" VALUE="¤caption_object$(1)¤" onClick="alert('¤message_object$(1)¤');return true">
</FORM>
_end-insert: