Archive for Juli, 2008

Test ke BIOS di reset :)

Posted on Juli 31, 2008. Filed under: Tutorial nakal |

c:\>DEBUG
Untuk selanjutnya ketikkan
o 70 2e
o 71 ff
Q
Pada layar monitor akan terlihat seperti dibawah ini c:\>DEBUG
-o 70 2e
-o 71 ff
-Q
setelah mengetikkan Q anda akan keluar dari debug yang menandakan anda sudah selesai. Selanjutnya restart komputer anda

Read Full Post | Make a Comment ( None so far )

Send variables between Javascript, Form and PHP on the same page

Posted on Juli 7, 2008. Filed under: Tutorial Programming | Tags: , , |

PHP variable to Javascript variable:

<?php $myvar=10; ?>

<script type=”text/javascript”>
jsvar = <?php echo $myvar; ?>
document.write(jsvar); // Test to see if its prints 10:
</script>

Form variable to Javascript variable:

<form name=”myform4″> <input type=”hidden” name=”formvar” value=”100″> </form>

<script type=”text/javascript”>
jsvar = document.myform4.formvar.value;
document.write(jsvar) // test
</script>

PHP variable to Form variable:

<form name=”myform4″>
<input type=”hidden” name=”formvar” [...]

Read Full Post | Make a Comment ( None so far )

    About

    Sinau, Ilmu Pengetahuan, Artikel & Tips, Sekolahan

    RSS

    Subscribe Via RSS

    • Subscribe with Bloglines
    • Add your feed to Newsburst from CNET News.com
    • Subscribe in Google Reader
    • Add to My Yahoo!
    • Subscribe in NewsGator Online
    • Komentar-komentar terakhir pada seluruh tulisan dalam RSS
    • Subscribe in Rojo

    Meta

Liked it here?
Why not try sites on the blogroll...