如何用拦截表单的方法上传图片?
如何用拦截表单的方法上传图片?
发布时间:2016-12-29 来源:查字典编辑
摘要:subsend_onclickdimfsetf=document.ffphoto=trim(f.photo.value)ifphot...

<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>

[1]

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新编程10000问学习
热门编程10000问学习
编程开发子分类