Hi Angie,
 
> I wrote a function in JavaScript (on the client side),
> and I would like to call it from ASP (on the server
> side), but I can't figure it out...

Try this (split into multiple lines *only* for readability):

<%
  Response.Write "<script
language='javascript'>reschedule();</script>"
  Response.Write "reschedule();"
  Response.Write "</script>"
%>

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
   "Worldly fame is but a breath of wind that blows now this 
    way, and now that, and changes name as it changes 
    direction."
        -- Dante Alighieri, Italian poet




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> 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/
 



Reply via email to