I have a selectbox on a form - which I\'ve turned in to a list box by putting <select id=\"Select1\" name=\"D1\" size=\"5\" style=\"width: 220px\">
I\'m trying to make a connection to sql server database(hosted on localhost) but keep getting the error mentioned in the title.
I\'ve had a set of legacy pages running on my IIS7 server for at least a year. Sometime last week som开发者_C百科ething changed and now this line:
For some fantastic reason I find myself debugging a problem in a Classic ASP page (at least 10 years of my life lost in the last 2 days).
I have a site that processes orders taken by phone into a SQL database. Access to the portal uses Windows Authentication and I would like to pass the username of the order processor along with the ord
I\'m trying to post JSON via AJAX to a Classic ASP page, which retrieves the value, checks a da开发者_JS百科tabase and returns JSON to the original page.
I have IIS running under Windows XP. I have .html files with classic ASP content in them.Ho开发者_C百科w do I get the ASP within these .html files to render properly?You need to tell IIS to treat .htm
I have an XML like this <?xml version=\"1.0\" encoding=\"UTF-8\"?> <response> <lst name=\"responseHeader\">
I am trying to get the .focus() working in IE, it works in chrome etc.My form is called: <form name=\"feedbackform\" action=\"feedback.asp\" target=\"_self\" onsubmit=\"return
I have a server with an asp page on it that generates a report in Excel, using the Excel.Application object. Normally, Excel would have to be installed on the server to work. I was wondering, however,