Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35
target issue with aI();
Poster: twesson
Dated: Monday March 29 2004 - 1:36:05 BST
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?