Minggu, 07 Februari 2010

ARRAY 3

html>
head>
title>Window Without a Title Bar/title>
HTA:APPLICATION
ID="objNoTitleBar"
APPLICATIONNAME="Window Without a Title Bar"
SCROLL="no"
SINGLEINSTANCE="yes"
CAPTION="no"
border="no"
icon="dg.ico"
>
/head>
SCRIPT LANGUAGE="VBScript">

Sub CloseWindow
self.close
End Sub

/SCRIPT>

body onkeypress='CloseWindow'>
script language="javascript">
function ar()
{
nama=new Array("Abdul", "Karmin", "Jajang", "Pardiansyah", "Indri", "Arif", "Arum", "Windi")
nama.sort()
for(c=0; c<8;c++)
{
document.write("h2>" + nama[c] + "h2>" + "br>")
}
}
/script>
button onclick="ar()">klik/button>
/body>
/html>

Tidak ada komentar: