Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:11
popup/dn problems after converting from ver3 to ver5
Poster: georgi
Dated: Thursday September 18 2003 - 23:20:22 BST
Im using popup/popdn to activate menus when mousing over graphic buttons. No problem with version 3, but after converting to version 5 the button rollovers don't work correctly - I get a javascript error.
Please see following pages on our development web site:
version 3 menu: http://cfdev.rsna.org:81
version 5 menu: http://cfdev.rsna.org:81/index-milonic5.htm
The three buttons with associated menus and rollovers are those on the left side of the page named Diagnostic, Interventional, and Rad Therapy.
Has Popup/dn function changed? If this is documented, please direct me to it.
Thanks,
Re: popup/dn problems after converting from ver3 to ver5
Poster: John
Dated: Friday September 19 2003 - 1:47:49 BST
georgi wrote:
Has Popup/dn function changed? If this is documented, please direct me to it.
All of the v5 parameters are available on the main site at http://milonic.com/.
Poster: Andy
Dated: Friday September 19 2003 - 8:11:29 BST
Parameters for popups are
popup("menuname") or
popup("menuname",1) or
popup("menuname,"imagename") or
and
popdown()
The menu keeps changing too quickly for the docs to keep up sometimes.
Hope this helps
Andy
Poster: Hergio
Dated: Friday September 19 2003 - 19:02:12 BST
Andy,
If you dont mind my asking, what do each of these overloaded functions do? I understand the first one obviously, but I am guessing the other two mean that the menu will popup where the mouse is, and the menu will pop near an image or something. Unsure though. Thanks a bunch boss.