Hi.
I put some javascript in a sum menu
like this:
url='javascript:display();';
where the function display()
just set the style.display property to '';
the problem is that th sub menu does not close imediately.
How can I close the sub menu where I click on it.
thank's
Etienne
closing sub menu in javascript
Re: closing sub menu in javascript
Ok I'm not sure to have been very clear...webshaker wrote:where the function display()
just set the style.display property to '';
the display() function does not modify the menu.
this function display a hidden form.
I'd like to close the sub menu when the form is displayed.