Ok, thanks
But in that perspective how can javascript ask to create an object and that object is created on the server?!
Any simple sample for this?
Thanks a lot
Alex
Hi
Consider a servelet that returns a html page with embedded javascript:
<head>
...
<script src="./js/foo/jfoo.js?seq=2" type="text/javascript"></script>
...
</head>
...
<body onload="javascript:FooOnLoad();" onunload="javascript:FooOnUnload();">
...
</body>
</html>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.