Question:

How Do I Put Buttons On my website??

by  |  earlier

0 LIKES UnLike

Me and My friend are making a web show and i want to put stuff like uplaod videos, post comments, sign up, Mail. ANYTHING! its kinda boring right now

 Tags:

   Report

2 ANSWERS


  1. You can use this code:

    <script type="text/javascript">

    function disableButton(buttonId){

    document.getElementById(buttonId).disa...

    }

    </script>

    <input type="button" id="buttonToDisable" value="This is being tested" />

    <input type="submit" value="submit" onclick = "disableButton( 'buttonToDisable' );" />

    OR.

    Check these sites out: They provide free comment boxes:

    http://www.myshoutbox.com/

    http://www.shoutmix.com/main/


  2. Im not really sure but if you want to have buttons for s site but you dont want the button to say http://.......  maybe you should just edit it in your website... Sorry if I didnt really help its just because I dont have a website...

    Hope that somehow helps!!

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.