Hi! I have a fair amount of IT experience, but I am new to web programming. I just reviewed a tutorial on VBscript, and it seems to add a tremendous amount of functionality to HTML. This is my question. How do you control when the script executes? How do you say, "Script, don't run until the user clicks this hyperlink!" It seems to me that normal HTML executes sequentially. So it would seem that as soon as the browser hits the "<script>" tag, the script would run.