Given:
I'm using FrontPage and I feel pretty comfortable with the basics of HTML and editing code. I have a page made of three frames, which have been named. All works fine.
Issue:
User clicks a hover button. I need to load apples.htm into the "fruit" frame AND cat.htm into the "animal" frame. The hover button can only do one of these. How can I code this? My thought is to have the hover button call apples.htm into the "fruit" frame and add a line into the code for apples.htm that loads cat.htm into the "animal" frame, but I don't know what to type. So far, I seem to get the wrong image in the "fruit" frame and nothing in the "animal" frame.
I'd appreciate some guidance. Thanks! I think this should be easy, but I can't seem to find it in books or online.
I'm using FrontPage and I feel pretty comfortable with the basics of HTML and editing code. I have a page made of three frames, which have been named. All works fine.
Issue:
User clicks a hover button. I need to load apples.htm into the "fruit" frame AND cat.htm into the "animal" frame. The hover button can only do one of these. How can I code this? My thought is to have the hover button call apples.htm into the "fruit" frame and add a line into the code for apples.htm that loads cat.htm into the "animal" frame, but I don't know what to type. So far, I seem to get the wrong image in the "fruit" frame and nothing in the "animal" frame.
I'd appreciate some guidance. Thanks! I think this should be easy, but I can't seem to find it in books or online.
Comment