A client of mine is using a Classic ASP script to process a form from a third-party payment processor (this is the last step in a credit-card-transaction sequence that starts at the client\'s website,
I have a V开发者_开发知识库B6 project.My question is can I call a .NET .dll that has all the business rules of the project (from the VB6 application)?
I have a classic ASP application that has been stable for years and now we\'re having all kinds of problems with it.After moving the app between machines and wiping the original so we could have a fre
I\'m new to classic ASP, so I\'m probably missing something simple. I have a Classic ASP Page running some JavaScript to handle events on a series of check-boxes. When I take the generated HTML and p
I finally got my localhost to display the site locally.Everything seems to be working on that end.My next step is to actually be able to step into the code from the VB6 IDE when the web site uses a fu
I 开发者_运维问答need to fetch data from one table (multiple rows) and insert into other table after modifying and adding some new fields.
The way I need this to work is as follows: There will already be a PDF form on the server that serves as a template
My client have a classic ASP site on his dedicated server on which he sends mail using IIS (Its working properly there).
\'Now get a Location_ID \' Set RS = DB.Execute (AF.SQL("GenerateLocationID")) 开发者_运维技巧Location_ID = CInt (RS(0).Value)
I have been rewriting a classic asp Shopping basket using jQuery and Ajax. My problem is i want a logout functionality when the user closes the browser. this works but if i refresh the page the code t