Help How Do You...

Discussion in 'Feedback & Assistance' started by Haseo, Jul 1, 2008.

  1. Haseo Knight of Light

    Joined:
    Dec 29, 2007
    Location:
    Land of Slush and Plateaus
    438
    Put a button in your sig?
     
  2. Sanya Orussia’s 586th Fighter Regiment

    Joined:
    Oct 13, 2006
    Gender:
    Male
    Location:
    Hinamizawa
    735
    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
     
  3. Haseo Knight of Light

    Joined:
    Dec 29, 2007
    Location:
    Land of Slush and Plateaus
    438
    Thanks! fillerz