Hmm... buttons, more fun with javacript. Well here's what you want to do, I typed out an example for you: HTML: <script type="text/javascript">function disp_alert(){alert("-Put the text you want here that will appear once you click the button-");} </script><input type="button" onclick="disp_alert()" value="-Put the text you want here that will appear on the button-"> Might be easier for you to type this out in MS word or notepad before copying the finished code to your sig. Have fun. :P