Media Viewer v 1.0 by Fahad Sandi Agassy
Abstract
(Internet Explorer only) view any files at your browser from your hardisk.
Description
(Internet Explorer only) This script can open file you've choose and this script will do the rest
Code Snippet
<html><head><title>Media Viewer V 1.0</title>
</head>
<body lang="EN">
<center>
<h1>Media Viewer V 1.0</h1>
<!-- author = Fahad Sandi| fahadsandiagasy@hotmail.com -->
<!-- script area -->
<p>Support browser :<b> Internet Explorer Version 5 or higher</b>
<p>Support media :<b> All files (*.*)</b>
<form>
<input type="file" name="object" onchange="{location.replace(''+ form.object.value +'')}">
<!-- end script area -->
</form>
<noscript><h1 style="color:red">Please activate Javascript to continue!</h1></noscript>
</center>
</body><html>


Leave a Response
(0 comments)