target issue with aI();

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
twesson
Advanced
Advanced
Posts: 14
Joined: Sun Feb 15, 2004 7:10 pm
Location: Chicago, IL

target issue with aI();

Post by twesson »

aI("text=something;target=top.hidden;url=something.cfm");

The menu itself is located in a deeper frameset than the hidden frame I'm trying to execute the something.cfm in. That's why I'm referencing it as "top.hidden" instead of just "hidden".

It doesn't seem to like it when I say "top.hidden". I don't think it's expecting dot notation to reference the specific frame I wish to target.

Any help or suggestions?
Post Reply