| Re: How to launch a VBScript with prompts to save or open. On Thu, 15 Jan 2004 09:38:15 -0800, "Ardo" <aPanian@Forsyth.Org> wrote: > Anyone know how to install a control (Button) in a >website that will launch a VBScript without any further >user interaction? The script is a simple script that >will tell the client what OS version he\she is running, >and the Service Pack Level. It is for our Intranet Site. This is more an HTML question or a VBScript question, but you can use the OnClick property to launch the script, or a hidden form with a Submit button that calls the script, or any number of ways to use a button as a link. Jeff |