如何把服务端javascritp转换成vbscript,救急
bscer 2005-05-19 09:30:51 我网上找了
<SCRIPT RUNAT=SERVER LANGUAGE=JSCRIPT>
//The function creates Field object.
function CreateUploadField(){ return new uf_Init() }
function uf_Init(){
this.Name = null
this.ContentDisposition = null
this.FileName = null
this.FilePath = null
this.ContentType = null
this.Value = null
this.Length = null
}
</SCRIPT>
想把他专成vbscript
急用
主要是我是asp初学者,现在时间紧迫,没有办法