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:52
Calling a popup page from the menu
Poster: juliaw
Dated: Friday October 6 2006 - 11:32:09 BST
I am sure this is basic, but I have not seen anything in FAQs etc. I have some excel created tables that I just want to show in popup pages. How do I do this from the menu?
Thank you anyone for your help
Poster: kevin3442
Dated: Friday October 6 2006 - 20:02:10 BST
Hi Julia,
For a simple popup, use the target property in the menu item definition. Like so:
Code:
aI("text=Item Text;url=whatever.htm;target=_blank;");
target=_new should also work. If you want more control of the appearance of the popup window, you should consider using a javascript function to open the new window (using the window.open() method).
Hope that helps,
Kevin