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

How Can I Use Javascript Oo Classes From Vbscript, In An Asp-classic Or Wsh Environment?

I know I can call top-level functions defined in JS from VBScript, and vice versa, like this: Read more How Can I Use Javascript Oo Classes From Vbscript, In An Asp-classic Or Wsh Environment?

Jquery Drag And Drop Upload

I need to built a page that user can drag and drop file and upload it on ftp server. Its just an up… Read more Jquery Drag And Drop Upload

What Wrong On My Function Of Link To Open New Window?

I've tried to create link that can open new window..currently I used Function genLink(req_id) … Read more What Wrong On My Function Of Link To Open New Window?

Using Variables From Previous Asp Page

On my first page I have an array defined as: dim selection selection = Array('name', &#… Read more Using Variables From Previous Asp Page

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

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