home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 25: Programming
/
pc_actual_25.iso
/
Javascript
/
JavaScriptEditor
/
jse_en28.exe
/
%MAINDIR%
/
Tutorial
/
button.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
JavaScript
|
2001-09-10
|
243 b
|
10 lines
//Javascript Editor 2 Tutorial
//Use Button
function pushbutton() {
alert("Hello, you just pressed the button.");
}
document.writeln("<input type=\"button\" name=\"pushme\" value=\"Push me\" onclick=\"pushbutton()\">");