I\'ve asked a similar question before and although I\'ve attempted to fix my previous code i now end up with an error \"Arguments are of the wrong type, are out of acceptable range, or are in conflict
At first look, my question may seem a bit vague. But I\'ll try to explain it. I am profession in ASP 3.0 programming language and designed a website using ASP 3.0. But I want to build a windows applic
I am developing a very simple CMS system for my brother\'s web site. I am using Classic ASP and the content is stored in an XML file and I have created a simple web form with a javascript rich text ed
Just got a huge (multi-hundred page) Cl开发者_运维问答assic ASP site. Is there an easy - or relatively easy - way to find out which pages aren\'t referenced by others? I\'ve isolated any that run stan
I\'m trying to make a smal开发者_运维技巧l link share function with Classic ASP like LinkedIn or Facebook.
If i had a login page that got user input for username and password, how would i post that information to another page that is gonna be used to store subs and procedures so other pages will include th
I am working with ASP pages in WIN CE device. The web server is httpd. We have developed a开发者_C百科 COM for using in the ASP pages. Now we are facing an issue. The issue is once we loaded the home
I have a Classic ASP/VBScript site running on IIS 6, and a program called SmarterStats (found via an earlier question) providing various stats and info from the server logs. This is an internal site,
here\'s my code <% if request.form(\"Add\") = \"Add\" then if request.form(\"txtdistributor\") = \"\" or request.form(\"sinumber\") = \"\" or request.form(\"tstdate\") = \"\" or request.form(\"dr
Does anyone know of a library fo开发者_Python百科r CalDAV on classic asp. I\'ve tried creating a domain cal.example.com and using the following code in a HTML page, but it doesn\'t seem to work. Does