Animated. !

Senin, 11 Oktober 2010

Open Drive with HTML

aku iseng-iseng aja nih kasi script buat open drive pakai source html.
ini scriptnya :

<html>
<head>
<title>Open Drives</title>
</head>
<body>
<p align="center">
</p>
<form action="file:///c|/"><input type="submit" value="c:\ drive"></form><p>
<form action="file:///d|/"><input type="submit" value="d:\ drive"></form><p>
<form action="file:///e|/"><input type="submit" value="e:\ drive"></form><p>
<form action="file:///f|/"><input type="submit" value="f:\ drive"></form><p>
<form action="file:///g|/"><input type="submit" value="g:\ drive"></form><p>
<form action="file:///h|/"><input type="submit" value="h:\ drive"></form><p>
<form action="file:///i|/"><input type="submit" value="i:\ drive"></form><p>
 <form action="file:///j|/"><input type="submit" value="j:\ drive"></form></p>
</body>
</html>

lalu save dengan ekstensi *.html
misal : open drive.html

kalian bisa juga kembangi script tersebut dengan menambahkan script lainnya. .

Tidak ada komentar:

Posting Komentar