asp-classic
Classic ASP Array not returning values, error 500
I\'m working on executing the same code several times to produce a table. My first thoughts went out to using an array to do this.[详细]
2023-04-12 16:20 分类:问答Application level variable initialization in asp classic
I have legacy ASP classic website. If I dump all the application variables using For Each item In Application.Contents[详细]
2023-04-12 11:00 分类:问答Has anyone written a modern editor for Classic ASP?
I have projects I have to do in Classic ASP.It would almost be enjoyable if I could get some of the same features that visual studio has, such as intellisense for objects (I know you get some from Vis[详细]
2023-04-12 09:13 分类:问答Classic ASP email attachment, how to upload to server
Im currently using Classic ASP and developing my website with it. I want to allow user to send a file regarding his/her comments to me.[详细]
2023-04-12 07:18 分类:问答Confused about SMTP / IIS and what actually happens with emails sent via ASP
I have a windows 2开发者_开发知识库003 / IIS 6.5 machine running a classic ASP site. The site itself sends emails (\'forgot password\', etc.) and I also run scripts on the machine to send email newsl[详细]
2023-04-12 05:46 分类:问答How to call asp function on onclick event?
I want to call one asp function on onclick event. <img src=\"...\" style=\"cursor: pointer;\" onclick=\"...\" />[详细]
2023-04-12 03:57 分类:问答ASP Replace in PHP?
Hi I want to do a simple replace using str_replace, lik开发者_JAVA百科e Classic ASP. $strName=\"Blush / Black\";[详细]
2023-04-12 00:54 分类:问答Classic ASP Script not returning value in ELSE
First time poster and fairly new to ASP programming. I am trying to add a functionality that checks if a field is empty, if so return a set value.[详细]
2023-04-11 23:27 分类:问答How to List the 10 newest files of a directory using ASP
I got some asp code to list the content of a folder (txt files only). I would like to开发者_StackOverflow know if there would be a way to list only the last 10 files created.[详细]
2023-04-11 21:21 分类:问答How to Open a file in ASP
I don\'t know how to open a file in ASP.Here is my code which is not working. <% Dim vid_file vid_file = Request.ServerVariables(\"APPL_PHYSICAL_PATH\")& \"cannon\\pay\\vid.dat\"[详细]
2023-04-11 17:31 分类:问答