http://www.perlmonks.org?node_id=147775


in reply to Re: Re: onClick
in thread onClick

the javascript you get by retrieving the code of a file using LWP::UserAgent is client-side javascript,not server-side.
i should point out that , contrary to what ignatz said about Microsoft products using server-side Javascript, that s not quite correct. Server-side javascript can be used only with Netscape-specific application servers. ASP and IIS use server-side VBScript and Jscript , not Javascript.JScript is Microsoft's version of Javascript,however it does not work with Netscape browsers.