I have inherited a classic ASP project and a VB6 Component (ActiveX .dll)开发者_运维百科 that goes with it.
I\'m having a big problem with Session and Cookies in Classic ASP. I have \"a.asp\" where I set the Session(\"step\") = \"1\". This works and when I call my \"test.asp\" where I do <%=Session(\"st
I want to elim开发者_开发技巧inate postbacks when returning paged search results in a Classic ASP form. I thought I\'d use JQuery to hit an ASP page with the criteria and return the results from the s
I recently have been having a problem with a form, on an asp site. Basically, the form requires the user to fill it in, and then they have the option to either upload a file, or submit straight away.
We have just moved to a new dedicated server that has Windows 2008 and SQL Server 2008.I am trying to access an ASP page on the same server using Server.CreateObject(\"MSXML2.ServerXMLHTTP\").
I tried to use jquery to get an asp-generated xml file as per read xml by jquery , but I get status = parsererror err = TypeError: data is null.Entering the xml file into the browser generates a perfe
I have a html page that I need to call another asp page to get the date/hour via an ajax call. Which method would be better or best, Post or Get?
I\'m using an ASP Classic app that makes use of session state. It\'s got quite a few pages. I\'m slowly migrating to .NET, with an ETA of about six months.
Is it possible to have an asp page return a javascript file dynamically in classic ASP?What I\'m trying to do is return a specific javascript file to a calling asp page by passing through another asp
I was using a calendar control for entry of date in a classic-ASP application. But calendar control is not keyboard friendly and take more time for data entry. So later I added a 开发者_如何学Pythonsi