Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: I want to hide the select (list) element of html when


Message #1 by "Arun Kumar" <akumar@g...> on Wed, 20 Feb 2002 19:29:38 +0530
Arun

<FORM>

<SELECT>

<OPTION VALUE=""> </OPTION>
<OPTION VALUE=""> </OPTION>
<OPTION VALUE=""> </OPTION>
<OPTION VALUE=""> </OPTION>
<OPTION VALUE=""> </OPTION>

</SELECT>

</FORM>


Deepak
--- Arun Kumar <akumar@g...> wrote:
> I want to hide the list(select) element of  html
> which falling under drop
> downmenu in IE.
> Please suggest how can I do it.
> how could I check if list element is under the drop
> down menu.
> and if any number of element are under it just want
> to hide them.
> Please help ASAP.
> Arun
> 
> -----Original Message-----
> From: Chris Scott [mailto:chris@e...]
> Sent: Wednesday, February 20, 2002 7:06 PM
> To: javascript
> Subject: [javascript] Re: on right mouse key click
> get object
> underneath?
> 
> 
> Message> does anyone know if there is a short way to
> finding out whether the
> cursor is over an object and get that objects > ID?
> 
> > I am building a help function that gets context
> help on right clicking an
> object....
> 
> 
> In IE5+...
> 
> oncontextmenu="MyFunc();"
> 
> .....
> 
> function MyFunc(){
>     var myId=event.srcElement.id;
> }
> 
> 
> 
> 
> $subst('Email.Unsub').
> 
> 
$subst('Email.Unsub').


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

  Return to Index