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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call a javascript function from server-side vbscript

Status
Not open for further replies.

Gamera99

Programmer
May 17, 2001
59
JP
Hello does anyone know how to call a javascript function from within a server-side vbscript section?
So say I have a vbscript event like:

<%
sub cmdSave_onClick()
something
something
javascript openPopWindow(xx,xx,xx)
end sub
%>

Thanks if anyone can help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top