black_yurizan's Profile
Reputation: 1
Apprentice
- Group:
- Active Members
- Active Posts:
- 80 (0.11 per day)
- Joined:
- 18-June 11
- Profile Views:
- 1,007
- Last Active:
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
Posts I've Made
-
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> -
In Topic: Cannot get border over picture
Posted 15 Mar 2012
Thanks, it worked -
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 -
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 -
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.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
Guest
04 Sep 2011 - 07:56