Hi,
I am using 2 iframes on my site. When someone clicks on a navigation menu
button (using pop up behavior) I want the main body of my page (iframe1) to
load one page, another section of my page to load another webpage into (iframe2)

For example if a site has a menu button labeled "Cars" and a sub menu opens up
labeled red then I would like the following to happen when the red button is
clicked.

I want to link to redcars.htm target = frame1
and also link to brandnames.htm target = frame2
Right now popup menu only allows me to link to one of these.
Is there anyway to link to both with 1 click?