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?

Adding Multiple Markers To Google Map

I'm looking to add markers for each business listed to a Google map v3 API on this page in the… Read more Adding Multiple Markers To Google Map

Calling Vbscript From Javascript Or Vice Versa?

Is it possible to call a VBScript function from a JavaScript call, or alternately call JavaScript f… Read more Calling Vbscript From Javascript Or Vice Versa?

Can I Write Asp Code In A .js File?

Can I write ASP code in a .js file. Or if there is any way through which I can update database in a… Read more Can I Write Asp Code In A .js File?

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?

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?