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

Go to topic 49066

Return to index page 189
Return to index page 188
Return to index page 187
Return to index page 186
Return to index page 185
Return to index page 184
Return to index page 183
Return to index page 182
Return to index page 181
Return to index page 180