python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Classic Asp Generate and Validate Anti Forgery Token
I have been stuck in this topic for a long time and I hope someone can help me.
I have an application written in asp classic. I must implement an antiforgery token in the form where I go to validate t...
fraguerr
Votes: 0
Answers: 0
How to convert numeric character reference to Unicode in classic ASP?
I have a website in Classic ASP. I need to export some data from a database to CSV files.
Some of the data (from the database) is in numeric character reference (NCR). These characters all start with ...
J K
Votes: 0
Answers: 1
Remove a dimension from an array
I am using an array to get the column names from a table and I am using Getrows to populate it from a MYSQL recordset. Like this:
arrFOO= fooRS.GetRows()
Now, this does get the job of getting the co...
easleyfixed
Votes: 0
Answers: 1
How to get query parameter from URL in VBScript?
I have a requirement from my client to get the query parameter of an URL with VBScript, the URL is like below:
www.xxx.com/index.asp?sn=2
Need to get the value of "sn".
What should the code ...
Yigo Zhou
Votes: 0
Answers: 1