Search completed in 1.49 seconds.
1 results for "RunAt":
Back to the Server: Server-Side JavaScript On The Rise - Archive of obsolete content
ArchiveWebServer-Side JavaScriptWalkthrough
managing context to take advantage of all the operating contexts of jaxer, you'll need to specify how your scripts should behave using the runat attribute of the script tag (or by setting a runat property on a javascript function object).
... runat=”client” – code contained in this block is restricted to execution client-side, which is also what happens if no runat attribute is specified.
... runat=”server” – code contained in this block is restricted to execution server-side.
...And 13 more matches