Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript Calling Javascript Function??

Status
Not open for further replies.

djwebb

Programmer
Nov 16, 2000
2
DE
Hi,

Someone asked me if it's possible to call a javascript function directly through vbscript code on an ASP. I've never done this (I can't really see why you'd want to), but is there any way to do it?

Thanks...
 
you can call on javascript to do anything with something like:

response.write &quot;<script language='javascript'>....javascript code here....function calling, variable definitions...</script>&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top