Admin Admin
عدد المساهمات : 107 نقاط : 0 تاريخ التسجيل : 27/11/2007
| موضوع: كود برنامج رفعملفات الثلاثاء فبراير 12, 2008 10:56 am | |
| - الكود:
-
[font=Simplified Arabic Fixed]
function OnSubmitForm() { a=document.getElementById('form').style; a.display='none'; b=document.getElementById('part2').style; b.display='inline';
if(document.myform.operation[0].checked == true) { document.myform.action ="http://www.up3up.com/upload.php"; } else if(document.myform.operation[1].checked == true) { document.myform.action ="transload.php?xfer=true"; } return true;
}
function toggleuploadmode(file) { if (file) { document.getElementById('upfile').style.display='block'; document.getElementById('upurl').style.display='none'; document.getElementById('upform').action='index.php'; } else { document.getElementById('upfile').style.display='none'; document.getElementById('upurl').style.display='block'; document.getElementById('upform').action='transload.php'; } } function focusfield(fl) { if (fl.value=="Paste file url here") { fl.value=''; fl.style.color='black'; } }
var checkobj function agreesubmit(el){ checkobj=el if (document.all||document.getElementById){ for (i=0;i[/font]
| |
|