今天在用iis asp教程時突然出現server application errorthe server has encountered an error while loading an application during the processing of your request. please refer to the event log for more detail information. please contact the server administrator for
下面是我收集了大家在開發中常用的asp教程檔案與檔案夾操作函數,有檔案建立,刪除以及檔案夾刪除,建立等功能。<%'檔案操作函數:寫檔案private sub writefile(filename,text) dim fso,file set fso = createobject("scripting.filesystemobject") set file = fso.createtextfile(filename, true)
提供一款比較完整的asp教程分頁函數,這款分頁類可以實現上一頁,下一頁,等功能。'僅供參考,你可以任意修改、傳播;如果你對它進行了改良,希望你能給我一個'副本,謝謝。'--------------------------------------------------------------------class turnpage dim
下面提供這款備案查詢程式是一款利用了asp教程 的microsoft.xmldom遠程抓取valu.cn網站的代碼。<%@language="vbscript" codepage="936"%><!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en"
Using Active Server Pages to Build Microsoft Word Documents By Gardiner B. Jones Background BuildDoc.asp is an Active Server Page (ASP) that reads the output of a Web page form,
摘要:在基於/的應用環境中,上傳各種類型的檔案一直是困擾使用者檔案管理應用的難題之一。在HTTP中上傳檔案有三種機制:RFC1867,PUT和WebDAV。常用的實現方法是利用在RFC1867中引入的一個新類型:File以及ADO Stream對象。本文對上述上傳方法及實現原理作了論述,並給出了具體解決執行個體。 ASP