[quote][align=center][b] Menampilkan Pesan Di New Window[/b][/align][/quote]
[b]Code[/b]
[spoiler]<SCRIPT LANGUAGE=JAVASCRIPT><!--
function windowOpener() {
msgWindow=window.open("","displayWindow","menubar=yes,scrollbars=yes,status=yes,width=300,height=300")
msgWindow.document.write("<HEAD><TITLE>Message window</TITLE></HEAD>")
for (var i=0; i < 10; i++)
msgWindow.document.write('Pesan ' + i + '<BR>');
}
//--></SCRIPT>
<FORM>
<INPUT TYPE="button" VALUE="Message Window" onClick="windowOpener()">
</FORM>[/spoiler]
[b]Note[/b]
[quote][url=http://rockstreet.fileave.com/pesan.html]PREVIEW[/url][/quote]
Last edited by andHa (2008-07-19 10:28:36)