Part I

I am trying to get a sub called when a person clicks on an image on a web page. Currently, i am Getting an error on the page.

<img src="some_image" language="vbscript" Onclick="call test">

anyway, you get the idea. Why Would I be getting the error?

Part II

Once this is working, I need to have The Script to do the following.

access the users printers, and see if it is installed.
If it is not installed, install it. ( for our intranet )

This is on a NT and 2000 network

Thanks for any help

Spyder