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.
I have legacy ASP classic website. If I dump all the application variables using For Each item In Application.Contents
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
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.
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
I want to call one asp function on onclick event. <img src=\"...\" style=\"cursor: pointer;\" onclick=\"...\" />
Hi I want to do a simple replace using str_replace, lik开发者_JAVA百科e Classic ASP. $strName=\"Blush / Black\";
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.
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.
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\"