<html>
<Kopf>
<title>Bild hochladen</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="IUpload" action="upfile.asp" method="post">
<p><input type="file" name="picsrc" size="40" onchange="picshow.src=document.IUpload.picsrc.value">
<input type="button" value="Upload" onclick="detect()"></p></form>
<p><img name="picshow" src=" </body>
</html>
<SCRIPT LANGUAGE="JavaScript">
<!--
Funktion imgExceedSize(w,h){
if(!document.IUpload.picsrc.value==""){
if(picshow.width>w||picshow.height>h){
warning("Bildgröße: "+picshow.width+"X"+picshow.height+". \nDie Bildgröße ist zu groß! Sie können nur Bilder mit den Abmessungen „+b+“ד+h+“ hochladen. Bitte durchsuchen Sie die Bild noch einmal!
return true;
}anders{
return false;
}
}anders{
return true;
}
}
Funktion Detect(){
var ok=imgExceedSize(50,50);
if(ok){
document.IUpload.reset();
}anders{
document.IUpload.submit();
}
}
//-->
</SCRIPT>