I need that the javascript menu horizontal opens loads pages into an iFrame.
Return to Recent Questions
Q:
That is what I need:
a) I build a menu with an item like this:
["||"Product1","http://127.0.0.1/product1.htm","","","",,"0",],
b) when I select that item, I need that page product1.htm loads into an
iFrame.
Can I do this?
A:
You should set the Iframe name as the target value in the menuItems.
You should also set the following parameter:
var itemTarget = "";
Return to Recent Questions
|