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
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.
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
I set a cookie in a Struts Action using: Cookie c = new Cookie(\"CODE\",\"1\"); c.setPath(\"/\"); c.setMaxAge(120);
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
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:
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.
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\")
I am uploading image.While uploading images i am saving image name and the link for that iage in one textfile.
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.