الصفحات

الاثنين، 23 يوليو 2012

كود مستعرض الملفات وتحميلها الي موقعك او صفحتك


كود مستعرض الملفات وتحميلها الي موقعك او صفحتك
الرمز:
<table align="center" border="0" cellpadding="0" cellspacing="1" width="90%"><tr><td></td></tr><tr><td class="code">

<!-- TWO STEPS TO INSTALL CHECK ENTRY:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function validate(){
var invalid = " "; // Invalid character is a space

if (document.submitform.filename.value.indexOf(invalid) > -1) {
alert("Sorry, spaces are not allowed.");
return false;
}
else {
return true;
}
}
// End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<center>
<form name=submitform onSubmit="return validate()">
<input type=file name=filename>
<p>
<input type=submit value="Submit">
</form>
</center>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.95 KB -->
</td></tr></table>

ليست هناك تعليقات:

إرسال تعليق