Search found 7 matches

by hkbloke
Thu Mar 06, 2008 3:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: showing a popup via the OnMouseDown event
Replies: 12
Views: 7376

Re: showing a popup via the OnMouseDown event

ruth - i was not aware of the volunteer nature of your forum involvment.

I have changed my code to use the OnClick instead of OnMouseDown and all works well. bizarre!

Many thanks for your help.
by hkbloke
Wed Mar 05, 2008 9:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: showing a popup via the OnMouseDown event
Replies: 12
Views: 7376

Re: showing a popuo via the OnMouseDown event

To be fair Ruth you don't need my code to experiement - just put together a simple menu and try and do a popup via the '<a href' and 'OnMouseDown' event. The first will work but the 2nd won't.

If not then even though i would prefer to stary with Milonicn i guess i have no option but to use a ...
by hkbloke
Wed Mar 05, 2008 8:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: showing a popup via the OnMouseDown event
Replies: 12
Views: 7376

Re: showing a popuo via the OnMouseDown event

Absolutely. I'm using the popup method.

<a href="javascript:popup('MyMenu')">show</a> ....... works

but <td OnMouseDown="popup('MyMenu')">show</td> .......does not.

I hagve seen other 3 yr old threads discussing this same prob - just wondering if there is a solution.
by hkbloke
Wed Mar 05, 2008 8:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: showing a popup via the OnMouseDown event
Replies: 12
Views: 7376

Re: launching a popup from within a div

I have done some further investigation and it has nothing to do with the div (sorry for the wrong steer) - the problem lies when i try to use the OnMoyseDown event to fire the popup(...) call.

Is there a workaround/solution for this ?
by hkbloke
Wed Mar 05, 2008 7:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: showing a popup via the OnMouseDown event
Replies: 12
Views: 7376

Re: launching a popup from within a div

The site is wip. Let me see if i can put a test harness together. Where should i send it ?
by hkbloke
Wed Mar 05, 2008 7:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: showing a popup via the OnMouseDown event
Replies: 12
Views: 7376

showing a popup via the OnMouseDown event

I have a <div> with an image in it which i use to display a pop-up menu (actually the content of the div is populated via an ajax call). When I click on the image the popup menu does not show. If i put the same image outside the div and click it the menu displays perfectly.

The declaration of the ...