I would like to have a form input which loads a file (XML) and posts it to another in a ASP page. I am not sure how to \"get\" the data from the form. This is the very basic form page. The ASP page is
Currently, I am using this recordset paging method: (this example has been cut down for this post) Function getnext10(num)
I am currently working on Classic ASP for one of my project. For non English languages I am getting boxes instead of special characters开发者_StackOverflow中文版. I am rendering using UTF-8 but someti
I have a legacy Classic ASP application that I\'m in the process of migrating to ASP.NET MVC 3.I have them running side-by-side in a virtual directory in IIS 6 (Windows 2003).
I am trying to execute a .bat to launch notepad.exe on my localhost(server-side) with the following code:
My company is currently hosting a legacy application that contains a great deal of vbscript (client side browser and task automation ), classic asp and some vb 6. (I know pretty old) While we are in
I don\'t normally deal with VBScript and classic ASP but I have to make some changes to one of our old sites.
I cant believe what im seeing here! I have a normal, basic html form (havent changed the enctype), if someone puts a strange japanese character in the field and posts the form then in my database it i
I\'ve inherited a classic asp site, which uses ADO Db Command objects for stored procedures. One of the things I\'ve noticed, in the sql profiler, is that for every call to a stored procedure there i
So I\'m working on a web site in ASP/VBScript. The files need to work on a development server and on a separate QA server at the same time. Unfortunately the dev server has an odd URL, so to make incl