![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#8
|
|||
|
|||
|
You're missing this part of the script:
Code:
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
function popit(page, width, height) {
window.open(page,'copyright','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=\
yes,copyhistory=no,scrollbars=yes,width='+width+',height='+height);
}
__________________
Ade Themessence - Studiograsshopper WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL! Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Javascript | officeto-go | General Discussion | 3 | 01-24-2011 06:12 PM |
| How do I add javascript? | hotstreak | General Discussion | 1 | 12-22-2010 06:58 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us