I have got as far as getting the HTML response into a variable and now I am stuck: Link: http://www.avg.com/gb-en/31.prd-avb
I\'m trying to convert the following function from ASP to PHP: Function InvalidParam(response) InvalidParam = IsEmpty(response) Or response = \"\"
I\'ve been working on this for a few days now and cannot find a solution. http://mri.sniperdyne.com/inventory.asp?CatId=C547E3B5-44F4-4BB5-BF2D-CE51BB8E8DA6
I am using Windows 7 and IIS 7 not as administrator but as a user. I have installed asp module and cgi module in IIS 7 in application development feature. My simple classic asp page is working which i
Does any body have any idea how to embed pictur开发者_如何学Goe in word file created with ASP Classic?I had to generate Word files with ASP once, by far the easiest way (and you can get it looking pre
I\'ve tried converting this ASP code to PHP, and would like to know if it is correct: ASP: Set emp = Server.CreateObject(\"Scripting.Dictionary\")
I have a classic ASP script creating a CSV file, but it isn\'t writing correctly to separate columns.It\'s basically writing it all to the first column.
Is it possible to call a function in a VB.Net dll without开发者_Python百科 having registered the dll file? I need to call it from ASP Classic on shared hosting web server.The only way to call a VB.NET
Using classic ASP, I want to execute some code before submitting to a form, below is my code. I am trying to store login credentials into cookies before posting the form to another page.
I开发者_C百科 have a hybrid ASP.NET/classic ASP application and I\'d like to be able to set breakpoints in the ASP code. Is this possible? Running IIS7 on Win7 with VS2010 Ultimate.In VBScript, the St