I\'d like to be able to see the web pages I\'m serving on my Classic ASP site and how much data is sent out in preparation to start using GZip compression on the server. Running Windows Server 2003.开
anyone can guide me how to create autosuggestion开发者_Python百科 function..same like link below.
So, I inherited this finance reporting web application written in classic ASP and I have been tasked to automatica开发者_JAVA技巧lly set the Page Setup in Print Preview so that the page size is automa
I am in the process of creating an AICC (Aviation Industry CBT Committee)开发者_运维知识库 compliant LMS using Classic ASP. Does anyone have any experience with this?I\'d quite like to know how to dev
On my site I will have a number of session variables that I will need to access on every page load. Instead of calling back to the DB over and over, I want to save this info into session variables.
<% Dim xmlDoc; Dim objNodeList; Dim count; set xmlDoc = Server.CreateObject(\"Msxml2.DOMDocument.6.0\");
I\'ve got a VBS file that is pulling XML from our website.It going to run on our local server once it is finished.
I need to fetch data from one table (multiple rows) and insert into other table after modifying and adding some new fields.
I need to share session in order to pass data from asp page to aspx. The solutions I\'ve found: • Pass data through hidden form (link)
is there something like with/end with (like in asp) for php? especially for class objects it would be nice - asp syntax is like: