Kahuki Webmaster Forum  

Go Back   Kahuki Webmaster Forum > Website Development & Management > Programming > JavaScript

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-28-2007, 12:06 AM
Tokri's Avatar
Rookie
 
Join Date: Jun 2007
Location: Under your bed
Posts: 4
Tokri is on a distinguished road
I need a layer toggle script

I need a simple script to show / hide an layer by clicking an link. Does anyone have such a script?

Reply With Quote
  #2 (permalink)  
Old 07-28-2007, 10:09 AM
Rookie
 
Join Date: Sep 2007
Posts: 11
el11000 is on a distinguished road
Here is a simple script for you.

Code:
<script type="text/javascript" language="JavaScript"><!--
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "block";
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
else { document.getElementById(d).style.display = "none"; }
}
//--></script>

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
What directory script do you use? Akany Web Directories 9 10-30-2007 08:32 PM
(My New Script) Autopilot PayPal Script - Put Money From Auctions To Your PayPal nikolaaa Services 0 10-15-2007 09:25 PM
PHP==>JAVASCRIPT is there any way to mix php and java script? Hawk PHP 4 06-28-2006 08:25 PM
DHTML or Javascript: tooltip rollover text with hidden layer position? RoboGeek Webdesign & HMTL 1 05-24-2006 04:47 AM
pay per click script needed? jezzyrae Pay-Per-Click Marketing 2 01-25-2006 12:48 PM


All times are GMT. The time now is 11:40 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0