I\'ve got a website that was created about an year ago and its been constantly revised since then. The website is coded in classic ASP, contains about ~50 pages -- some are multi-purpose, and contains
I need to pass variables from one ASP(Classic ASP) to another ASP page. I am using javascript (window.open()) to open the second ASP page. I should not pass the variables in the URL like window.open(\
How can I http post data to any page in the web in 开发者_如何转开发Classic ASP?I\'d suggest ServerXMLHTTP over XmlHttp for the reasons below:
I have website developed in classic ASP. The URL is not SEO friendly at present. Please suggest how I can make the SEO friendly URL for my website in ASP.
I\'m trying to output a PDF using server side javascript (ASP). The 开发者_运维技巧current method I\'m using is:
When I load an asp file (Main_Page_1.asp), in the click event of a button there is a function invocation is not working. There is I am stuck in.
I have old code that call 开发者_运维百科a .net webservices that throws this error if the .net code is cold (not in memory)
I have a problem with double quotes in classic ASP. I want to replace double quotes \" in a string.The string contains xml and I don\'t want to replace double quotes (for attributes) inside tags.
Using classic asp, I am trying to query a SQL Server database like so: strSQL = \"select column_1, column_2, column_3, column_4from someview \" &_
I have a working .NET web application that perform hashing and encryption using MD5 on a certain string. This string will be stored in a cookie.