|
Subject:
|
calling Javascript from ASP without any event
|
|
Posted By:
|
bhaskar_joardar
|
Post Date:
|
8/23/2006 1:38:46 AM
|
|
Is there any way to call a Javascript function from ASP without any event??? I don't want to use <runat="server">.
|
|
Reply By:
|
atleticn
|
Reply Date:
|
8/30/2006 8:25:50 AM
|
Dude you can do it like that <% ala bala VBScript here call functionXX() ala bala VBSsript here ---- function functionXX() %> <script language="javascript"> ala bala javascript ot the client here </script> <% end function
%>
I hope it helps!
Rusev
|