asp-classic
VBScript cookie expiration
I\'m wo开发者_开发百科rking on a bit of old code that I inherited.There is VB script at the top of the index.asp file which is used to set a COOKIE at login time.Looking at the code it appears as thou[详细]
2023-04-11 16:41 分类:问答Get value from AJAX using Javascript and ASP
I am using this Ajax code. But I dont know how i will retrieve my value of value1 on my server-side asp using Javascript.[详细]
2023-04-11 14:14 分类:问答AJAX / ASP - Update Progress Panel - Response.Flush
I am currently learning AJAX for the first time, mixed with Classic ASP. I have an AJAX script, that calls my ASP page (process.asp). In the ASP file is a simple loop between 1 and 1000, wh开发者_Sta[详细]
2023-04-11 13:01 分类:问答Cookie available only in firefox
I set a cookie in a Struts Action using: Cookie c = new Cookie(\"CODE\",\"1\"); c.setPath(\"/\"); c.setMaxAge(120);[详细]
2023-04-11 12:35 分类:问答Multilingual Support for Classic ASP
I have a client who called me this morning to retrofit a site for multilingual support.The site is a Classic ASP applica开发者_JS百科tion, and the client has no desire/budget to rewrite is as ASP.NET[详细]
2023-04-11 12:34 分类:问答server.urlencode does not encode special characters
I have a piece of code that redirects to a page using server.urlEncode (fields) when the captcha isn\'t entered correctly. Code looks like:[详细]
2023-04-11 12:16 分类:问答Getting internal server error on Classic ASP page
I am trying开发者_如何学JAVA the code snippet provided in http://www.bustercollings.com/source-code-samples/rss-asp-classic-source-code-example.asp in our server and am getting internal server error.[详细]
2023-04-11 12:01 分类:问答Classic Asp Extract Date in a text file
I would like to know who can I retrieve the date from a file. This is how I open my file: Set fs=Server.CreateObject(\"Scripting.FileSystemObject\")[详细]
2023-04-11 10:48 分类:问答How to read text file in classic asp
I am uploading image.While uploading images i am saving image name and the link for that iage in one textfile.[详细]
2023-04-11 09:34 分类:问答Google Map from database
I am looking for some example to use google map for using in ASP MS Access. I need it for address listing , so map will get data from database.[详细]
2023-04-11 08:53 分类:问答