
Functions don't run in server side javascript
Alfaoglu wrote on 19 Nov 2002 in microsoft.public.scripting.jscript:
Quote:
> No problembut <script language="javascript runat="server"> = this is
> problem and error. I want to run javascript server side.
Talking classical ASP:
You van run javascript serverside, but you cannot call a serverside
function from clientside.
The clientside does not know about any serverside functions and has no
commection with serverside to execute it.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)