Q: Why do my drop down menus open in separate pages? I don't want people to have 10 pages popping up as they go through my page. By the way I love this product and will purchase the license.
A: Select "_self" for "target" parameter in this case.
TARGET controls where the new document will be displayed when the user follows a link.
There are 4 types for target:
* "_blank" - opens the new document in a new window;
* "_parent" - is used in the situation where a frameset file is nested inside another frameset file;
* "_self" - puts the new document in the same window and frame as the current document;
* "_top" - loads the linked document in the topmost frame.
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.