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

Open "save As" Dialog Box To Download Image

I've been checking all over the place for an answer to this one but no luck. I want a button or… Read more Open "save As" Dialog Box To Download Image

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

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)

Return Jsonp From Classic Asp With Javascript Server Side Coding

I'm calling a classic .asp page from jquery to return a list (using JSONP). I want to use JSONP… Read more Return Jsonp From Classic Asp With Javascript Server Side Coding

Download A File Using Javascript

There's this Excel file I want users to be able to download from my server. There must be an ea… Read more Download A File Using Javascript