From forrest-dev-return-4770-apmail-xml-forrest-dev-archive=xml.apache.org@xml.apache.org Fri Feb 07 12:59:35 2003 Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 67282 invoked by uid 500); 7 Feb 2003 12:59:34 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 67271 invoked from network); 7 Feb 2003 12:59:34 -0000 Received: from office.oilspace.com (213.219.58.70) by daedalus.apache.org with SMTP; 7 Feb 2003 12:59:34 -0000 Received: from kpiroumian (ns.informtek.com.ru [195.239.59.130]) by office.oilspace.com (Postfix) with SMTP id 30D68149 for ; Fri, 7 Feb 2003 12:59:33 +0000 (GMT) Message-ID: <168401c2cea8$b12191b0$d767a8c0@kpiroumian> From: "Konstantin Piroumian" To: References: <15fc01c2cea6$9f8dab70$d767a8c0@kpiroumian> Subject: Re: [POLL] Full vs. truncated menus Date: Fri, 7 Feb 2003 15:59:02 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N From: "Konstantin Piroumian" > From: "Morrison, John" > > > From: Jeff Turner [mailto:jefft@apache.org] > > > > > ... > > function expandMenu(id) { > obj = getElementById(id); > if (obj != null) { > obj.style = obj.style.display == "block" ? "none" : "block"; should be: obj.style.display = obj.style.display == "block" ? "none" : "block"; > } > } > > and in HTML: > > Group A >
> > Btw, I've posted a sample of show/hide-able menu somewhere in March-April, > 2002. But that time it was concidered a bad idea. I'd try to find it, but > it's faster to implement from scratch ;) and here is the link to that thread: http://marc.theaimsgroup.com/?l=forrest-dev&m=101620095321056&w=2 -- Konstantin