you can do this like
<%
response.write("<script language='javascript'>")
response.write("function(){")
response.write("Your code}")
response.write("</script>")
%>
Or post your detailed question..--- In [email protected], Kutti <[EMAIL PROTECTED]> wrote: > > Dear members > > I need to call a javascript(client side) method from my vbscript (server side) code. How to do this. Please tell me alternative ways also if my requirement could not be done > > thanks > > > > --------------------------------- > Enjoy this Diwali with Y! India Click here > > [Non-text portions of this message have been removed] > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
