At previous script is no right click without alert, now when use right click pop up alert will appear, example is like at http://streamzon3.web.id u can copied the script below this : <script type='text/javascript'> document.oncontextmenu = function () { alert('- mboten pareng klik kanan!! -\ oke!!'); return false; }</script>
Program yang kompleks memerlukan banyak variabel sebagai inputannya. kita bisa saja mendeklarasikan satu2 sesuai dengan jumlah yang dibutuhkan. misalnya 5 variabel bertipe int, kita menulis int a,b,c,d,e; tapi apa jadinya bila kita membutuhkan 100 variabel bertipe int??apa harus menulis sebanyak 100x?? nah dalam hal ini JAVA menawarkan konsep array untuk solusinya. .
pendeklrasian variabel array :
String[] kota;
atau
int[] nilai;
menciptakan objek array :
kota = new String[5];
atau
nilai = new int[4];
mengakses elemen array
kota[0]= "surabaya";
atau
nilai[4]= 10;
pendeklarasian & peniptaa objek array
String [] kota = new String[5];
atau
int [] nilai = new int[3];
Some Example program use array
Hmm, it's looks simple but maybe you want to change your blog or website scroll bar to harmonious the scroll bar with your site or blog themes ^^ the script is : <style> BODY { SCROLLBAR-FACE-COLOR: #b8860b; SCROLLBAR-HIGHLIGHT-COLOR: #dfc88f; SCROLLBAR-SHADOW-COLOR: #b8860b; SCROLLBAR-3DLIGHT-COLOR:#dfc88f; SCROLLBAR-ARROW-COLOR: #dfc88f; SCROLLBAR-TRACK-COLOR: #b8860b; SCROLLBAR-DARKSHADOW-COLOR: #dfc88f } </style> place the script between <body> and </body>. Why you dont try this now?? ;)
got it now??type and try on your blog or site ;)




