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