I am attempting to utilize the onclick event for a link. When the link is clicked I am executing a vbscript routine to perfom some database updates. As part of the process I am unable to access the server and application objects. When I specify runat='server' I can access those object but then I am unable to access the window object. The reason I need the window object is because I need to now what the link string is obtained via window.event.srcElement.
Jeff
Jeff