black_yurizan's Profile User Rating: -----

Reputation: 1 Apprentice
Group:
Active Members
Active Posts:
80 (0.11 per day)
Joined:
18-June 11
Profile Views:
1,007
Last Active:
User is offline Mar 12 2013 03:01 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Who Cares
Favorite Browser:
FireFox
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Who Cares
Your Car:
Who Cares
Dream Kudos:
0
Icon   black_yurizan has not set their status

Posts I've Made

  1. In Topic: How to make hide and show button?

    Posted 23 Mar 2012

    ok I figured it out it's like this

    
    
    <button onclick="vise()">Click this </button>
    <div id='hide' >
    <p>Something , something , something, darkside
    </p>
    </div>
    <script type="text/javascript">
     var choice= false;
    function vise()
    {
    
     var hide= document.getElementById("hide");
    
    if( choice==false)
    {
    hide.style.display="none";
    choice=true
    
    }
    
     else if (choice==true ){
    hide.style.display="block";
    choice=false;
    alert(choice);
    }
    
    
     }
     
    </script>
    
    
  2. In Topic: Cannot get border over picture

    Posted 15 Mar 2012

    Thanks, it worked
  3. In Topic: Cannot get border over picture

    Posted 15 Mar 2012

    I put the script below the picture and it still doesn't give the picture a border
  4. In Topic: Quick question about if statement

    Posted 10 Mar 2012

    Well if the condition is not equivalent(==) or not equal to (!=), then what is it telling to the if statement when its alone by itself
  5. In Topic: How to clear values in forms

    Posted 8 Mar 2012

    So am I suppose to write?
    <script>
    window.onload= HTMLFormElement.reset();
    </script>
    
    
    
    

My Information

Member Title:
D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

black_yurizan hasn't added any friends yet.

Comments

Page 1 of 1
  1. Photo

    Guest 

    04 Sep 2011 - 07:56
    You look nice.
Page 1 of 1