I have a Word .DOCument that\'s being generated by a (classic ASP) server. It\'s an HTML file that\'s being output as a .DOC using the application/msword content type. The document is generated fine,
I\'m creating a weekly HTML email writing template (hence the weird file name) and I\'m using ASP and XML as the backend. The XML is prefect but the ASP isn\'t..
I have the following code in C#: DateTime dt = GetDateTime(); string formatted = dt.ToString(\"yyyyMMddTHHmmsszz\");
So I\'ve got our legacy app which is classic asp and I\'ve got a table that looks like this: CREATE TABLE ChangeRequests(
Plain old ASP, not .NET I\'ve got a really large and complicated class for making an upload progress bar and I\'m trying to find out the uploaded file name. I think easiest way to accomplish that wou
My ASP application connects to the network server where SQL Server 2000 is installed with no problem.The old code that works:
HI, I want to catch SQL error in my Page.If I use \"On error Resume next\" ,If page having some other error it wont throw开发者_StackOverflown .Can u plese give solution for handling errorYou can rev
Here\'s something I couldn\'t find an answer to开发者_运维知识库. Say you have a form and on that form you have a field for someone to enter their e-mail address. Now after the e-mail address is enter
My classic ASP app is connecting to SQL server 2000 installed on a network server. The current code works:
I need to get the browser user local date and Time on my server side asp vbscript page. The goal is to show a specific message to all connected users that are in conversation at a specific local time