asp-classic
retrieve text from form in classic ASP
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[详细]
2023-04-06 02:13 分类:问答MySQL/ASP Paging Using Limit
Currently, I am using this recordset paging method: (this example has been cut down for this post) Function getnext10(num)[详细]
2023-04-05 18:38 分类:问答classic ASP with non-english languages special characters as boxes
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[详细]
2023-04-05 17:12 分类:问答ASP.NET MVC and Classic ASP side-by-side
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).[详细]
2023-04-05 13:26 分类:问答Classic ASP - Running .exe from a Web Page on Localhost
I am trying to execute a .bat to launch notepad.exe on my localhost(server-side) with the following code:[详细]
2023-04-05 11:27 分类:问答vbscript Compatibility Issues with windows 8
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[详细]
2023-04-05 10:38 分类:问答Classic ASP VBScript object to array
I don\'t normally deal with VBScript and classic ASP but I have to make some changes to one of our old sites.[详细]
2023-04-05 08:00 分类:问答Browser is HTML Encoding a character before sending it?
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[详细]
2023-04-05 07:25 分类:问答Why is calling a stored procedure always preceded by a call to sp_sproc_columns?
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[详细]
2023-04-05 02:37 分类:问答Pointing to different includes depending on what server the file is on
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[详细]
2023-04-05 01:05 分类:问答