Roderic Allier [EMAIL PROTECTED] wrote:
> function show(id){
> // Netscape 4
> if(ns4){
> document.layers[id].visibility = "show";
>
> }
> // Explorer 4
> else if(ie4){
> document.all[id].style.visibility = "visible";
> }
> // W3C - Explorer 5+ and Netscape 6+
> else if(ie5 || ns6){
> document.getElementById(id).style.visibility = "visible";
> }
Roderic,
Thanks for trying. In essence, that's what I have. Trouble is, it's not
working across frames.
Thanks,
Perry Gerenday
www.klugelab.com
www.webinitiative.net
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]