You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Remote Scripting With JavaScript and ASP ASP / Miscellaneous
Remote scripting is an extremely powerful feature available in both Netscape Navigator (4.x and above) and Internet Explorer (4.x and above). It allows us to use a combination of scripting languages to call server side ASP code from client side pages. Remote scripting treats our ASP pages as objects and allows us to use the object.method syntax to reference the functions contained within them.