only using Javascript For Example <input type="submit" value="Send" name="submit" onclick="this.disabled=true;FrontPage_Form1.submit();">
I've created a web site using FrontPage 2002, with many pages. At the bottom of each page, there is a hyperlink which allows the user to access another page, or in one case, and external site. I've placed borders around these hyperlinks and called them "hyperlink buttons" in the text where I refer to them. I've also done programming in Visual Basic, and there, when the user clicks on a "button", that button seems to sink into the page, and gives a very effective impression of a real button being depressed. Is there any way I can add this "depressed button" effect to my web hyperlink buttons? Jules