Firstly I\'m really newbie in programming and now I want to develop system using asp but I got problem to create searching.
I\'ve got a classical ASP website in which I store some information inside the Application object. These variables seems to disappear every now and then. I am won开发者_StackOverflowdering what could
I\'m working on an array_merge function for ASP classic.What I have seems to be working, until one (or both) params are empty开发者_C百科 or not arrays.Here\'s what I have so far:
I am using MS SQL 2008 to develop one system with Classic ASP. I want to show 3 Decimal Places the field Datatype is money. I got answer from this http://www.sqlusa.com/bestpractices2005/moneyformat
Requirements: Raw XML is from external website I have little control via URL (eg. http://example.com/raw.xml)
I have the following function, designed to walk through XML and create a linear structure of all nodes:
I have an issue where I need to find a string in a file, but when I run the regex.match function it returns the string without any text between \"<\" and \">\" missing.Here is my code and the strin
I upload images with aspsmartupload and it work as it should, good! But after I have uploaded the image I would like to be able to crop the image with Jcrop.
I have to make changes to classic asp website where once a button is clicked it autologins to a third party website with a intermediate page that warns that you are logging in to a third party website
i\'m trying to run swfupload on classic asp, unfortunately i\'m missing inf开发者_如何学编程os on how to process the upload in asp + aspupload - i\'m looking for some sample scripts. any ideas?