Archive for February, 2008

Navigation using button

Tuesday, February 12th, 2008

Salam,

As usual You’ll use text as link. But You can use button as link too. Try this code below.

Selain menggunakan teks sebagai link anda juga boleh menggunaan button sebagai link anda. Kod adalah seperti di bawah.

<FORM>
<INPUT type="button" value="Go to my other Page!" name="button6" onClick="window.location='http://www.hujungjari.com'">
</FORM>