How do I specify the target link I want a dhtml submenu to go to?
Return to Recent Questions
Q:
I am spending a lot more time and have figured a few things out. One more
question please: How do I specify the target link I want a dhtml submenu to go
to?
I see HREF specified in the code, but no where in the program to specify it.
A:
See, the following parameter sets target for all items
var itemTarget="_self";
If you want to set different target for each item you should set it in
the "Item Parameters" window. Choose your item in the main window and
set target in the target field.
Return to Recent Questions
|