Indonesia Travel,Bali Trips,Tropic Vacation, Tutorial,Photos of Bali
Show Hide Javascript
A Simple hide and show javascript code
function show(menuName) {
var myVar= document.getElementById(menuName);
myVar.style.display = ‘block’;
}
function hide(menuName) {
var myVar = document.getElementById(menuName);
myVar.style.display = ‘none’;
}
| Print article | This entry was posted by baliwebmaker on April 3, 2007 at 9:42 am, and is filed under IT. Follow any responses to this post through RSS 2.0. You can skip to the end and leave a response. Pinging is currently not allowed. |












