I\'m trying to pass some info to an ASP webpage. The form on the page looks as following: <form name=onlinefo开发者_运维问答rmmethod=post onSubmit=\"javascript:return false;\">
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve got stored procedures in my ASP code and I\'d like to see the full command开发者_Python百科 text (not just the (?,?,?,?) that will execute so I don\'t have to open up SQL Profiler.
oXML = Server.CreateObject(\"Msxml2.DOMDocument.4.0\") oNode = oXML.createElement(\"CommonCustomerSearch\")
How can I remove an HT开发者_如何学JAVATP_COOKIE cookie from the browser using classic ASP?Response.Cookies(\"cookie_name\").Expires = DateAdd(\"d\",-1,Now())
I\'ve got a fairly complex classic asp page that for some users doesn\'t render completely at some times. I wonder if the response.buffer property might have something to do with that. Would setting i
I\'m working on a small project regarding classic ASP and sql server. I have a drop down menu where the user can enter name, last name, etc. and it will create a query based on that and create a tabl
We have been running an ASP application in local intranet using IIS7 and now have requirement to get Client computer name and logged user name, so that we can show his home page according to his setti
i\'m converting a classic asp website to .NET and could use some suggestions to this problem. original code:
I\'ve spent countless hours reading through documentation all over the place and I\'m still having a problem with implementing the Classic ASP samples provided in the the latest version of DotNetOpenA