Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp Classic

Requesting Field Names And Values From Form And Add Them On The Fly In A Script

Hi I have a form and the action is submitting into a script named autoform.asp. In this script I us… Read more Requesting Field Names And Values From Form And Add Them On The Fly In A Script

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… Read more Get Value From Ajax Using Javascript And Asp

List Keys In Jscript Object Using Vbscript (classic Asp)

I am using the JSON2 script in an asp page to parse JSON post data. After parsing the data, I have … Read more List Keys In Jscript Object Using Vbscript (classic Asp)

Saving Javascript Variable In Server Side Variable (vbscript)

I know you cant save javascript variables into server side variables (vbscript) directly, but is th… Read more Saving Javascript Variable In Server Side Variable (vbscript)

Jscript Array With Request.form

I got a question that is probably stupid, but I'm not able to make it work... I'm submittin… Read more Jscript Array With Request.form

Asp Classic And Javascript Check For Session Status

I am in need of some help with trying to figure out how to go about checking the users session and … Read more Asp Classic And Javascript Check For Session Status

What Version Of Javascript Does Asp Classic Use?

The hacks I've seen for identifying a JavaScript version are all tailored to the browser, not a… Read more What Version Of Javascript Does Asp Classic Use?

Upload A File Via A Form Using Asp

I have a simple html form in a .asp page. I would like add a field to let users upload files via th… Read more Upload A File Via A Form Using Asp

Pass Date To Adodb.command Parameter From Javascript

Using old-timey classic ADO, not ADO.NET, how do you pass a date value to a stored procedure from J… Read more Pass Date To Adodb.command Parameter From Javascript

Removing Http:// Prefix From Asp Loaded Url

My page here has advertisers' URLs listed in full, but I'm not sure how to remove the http:… Read more Removing Http:// Prefix From Asp Loaded Url

How To Invoke Three Ajax Functions Together?

Below is the code in my asp page Ajax.asp Ajax.asp Solution 1: I can't really see where your p… Read more How To Invoke Three Ajax Functions Together?

Javascript Function To Send Alert Firing Regardless Of Value Returned

The function created to send an alert based on a radio box's value returning as null is firing … Read more Javascript Function To Send Alert Firing Regardless Of Value Returned

Using Javascript Substring() To Create A Read More Link

I'm developing a Classic ASP page that pulls some content from a database and creates a Read mo… Read more Using Javascript Substring() To Create A Read More Link

Using JavaScript To MergeTwo HTML Rows

I'm giving support to a classic asp WEB application, and I came across the need of building a s… Read more Using JavaScript To MergeTwo HTML Rows