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?