Search found 1 match

by Kalimoss
Mon Dec 08, 2003 10:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: opening menulinks in iframe
Replies: 2
Views: 2445

Hi Felix,

All you need to do is give your iFrame a name, then in your menu links use the target parameter and give it the name of your iFrame.

e.g
<iFrame name="iFrameName"></iFrame>

in your menu_data.js
aI("text=myPage;url=http://myPage.htm; target=iFrameName ;status=This is my page");

Hope ...