I need to design a web site in which data is passed to and from the server using XML. I got it how to transform data from database to XML and then to HTML, but I am not able to find how to pass data f
When my member registration form correctly filled in and submitted, server responds with redirect link. But my ajax does n开发者_运维百科ot redirect the website. I do not receive any errors, where is
I need some help. I am looking for a regex that would match the last space character in a string. I am using JavaScript and classic ASP.
I need to set a web server for running my ASP site.(Windows XP) I placed my compleate site in c:inetpub ->wwwroot.
I have an asp page that loads a response \" user=exists \" everytime I try to update a database record (when of course the record already exists!)
I get \"The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP or FOR XML is also specified.\" error with the following code. I
I recently upgraded a web server from IIS6 to IIS7 for a classic asp application and now experience a bizarre error.In the IIS6 set up there was a custom 500-100 page that functioned properly 开发者_S
I\'m a beginner of ASP.I\'m maintaining at ASP 1.0 page and I want to reload the page with an additional parameter when user click client-side URL.Its important that it also keeps the current paramete
I want to retrieve the moth from a date(i开发者_运维知识库n textbox),then If that retrieved month is January ,some functions have to be added.
I was wondering if its possible to add custom header with classic asp. In other words, I am looking for classic asp equivalent of .net\'s Resp开发者_Go百科onse.AddHeader().