Hello John,
This is not possible with ASP. ASP is a server side scripting language and it cannot access anything at client machine except cookies stored in browser set folders. What you are trying to achieve is against the idea of client-server technology. A server can only respond to a request. It cannot command anything to the client in the absense of a request.
May I know what exactly you are trying to achieve. Sometimes it may be possible in some indirect methods like meta-refresh, remote scripting etc.
|