Página 1 |
Exemplo
1
new Date();
getDay();
getMonth();
getYear();
getHours();
getMinutes();
getSeconds();
document.writeln(); |
Exemplo 2
function
document.write ();
form
input type=...
|
Exemplo 3
function
document.formname...
form name=...
input type=...
|
Exemplo 4
prompt();
if () {
} else {
}
isNaN( )
alert(); |
Exemplo 5
function
if ( ) {} else {}
isNaN()
document...
alert();
parseInt()
focus();
form name=...
input type
onChange
onFocus |
Página 2 |
Exemplo
6
function
window.open();
document.writeln();
disabled
window.close();
onLoad
form name
button
onClick |
Exemplo
7
function
var
if ( ) { } else { }
document...
alert();
isNaN()
parseInt()
while ( ) {}
function
disabled
focus() ;
onLoad
onClick |
Exemplo
8
function
var
if () {} else {}
isNaN()
alert();
document...
parseInt();
for ( ) { }
disabled = true ;
focus() ;
onLoad
form...
onchange=""
input type
size=""
|
Exemplo
9
function
var
parseInt()
elements.length
while () { }
elements[]
document.writeln()
form
input
onchange
|
Exemplo
10
function
new String ;
document
indexOf()
alert();
if () {} else {}
input ...
maxlength
onchange |
Página 3 |
Exemplo
11
function
var
document
length ;
while
substring()
fontcolor()
form
input type
size
maxlength
onchange
|
Exemplo
12
script
function
if (
document.
center
form
select
onchange
option
input
|
Exemplo
13
script
function
var
new Array()
document
while
if
form
input
size
maxlength
onclick
textarea
|
Exemplo
14
script
function
self.moveBy
for
form
input
onclick
|
Exemplo
15
script
function
window
location
input
type
button
value
onMouseOver |
Página 4 |
Exemplo
16
script
function
document
disabled
value
form name
input type
onmouseover
button |
|
|
|
|