<script language="vbs"> sub send_onclick dim f set f=document.ff photo=trim(f.photo.value) if photo="" then msgbox "沒有照片,怎么傳! ",64 ,"上傳" f.photo.focus exit sub end if f.submit end sub sub retu_onclick history.back end sub </script>
<form method=POST action=saveedit.asp name=ff enctype=multipart/form-data> <input type=file name=photo> <input type=button value=開始上傳 name=send> </form>
|