Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Need help in Hiding Controls inHTML


  • From: javascript@xxxxxxxxxx (Evans Ligare)
  • Subject: [Javascript] Need help in Hiding Controls inHTML
  • Date: Sat, 23 Nov 2002 18:38:49 +0300

Hi,

I have run into a similar problem you encountered. This is part of the 
responses I have from the web about your search for the solution.
However, the site pointed to is not up. Please post me some guidelines
on how you solved the problem.

Thanks in advance,
Evans.

I got a examples who work cross browser this might help
<http://www.persistenz.com/samples/hideSelect.htm> 
Laurent -----

Original Message----- 
From: Matthieu F=E9ron [mailto:mferon@xxxxxxxxx <mailto:mferon@xxxxxxxxx>] 
Sent: 03 October 2001 14:11 To: javascript@xxxxxxxxxx
<mailto:javascript@xxxxxxxxxx> 
Subject: Re: [Javascript] hiding form controls?
 perhaps put the form in a layer and hide the layer ?? 
> howdystranger a =E9crit : >=20 > I'm having a problem writing a javascript
routine that will change 
> the visibility property of a form control. I was thinking of giving 
> the form control a certain style and then using a javascript funtion 
> to change the visibility property of that style based on the 
> parameter passed in. 
>=20 >
 I'm using hiermenus and I basically just want to hide drop down form 
> controls when the menu appears. 
>=20 
> thanks for any help.. PJ