Announcement

Collapse
No announcement yet.

Loading two frames together

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Loading two frames together

    I have a web page which has three frames on it. The left frame is a menu with seme buttons on it.

    I can click one of the buttons and load a page into the middle frame, is there a way to also load a page into the right frame at the same time?

    The code I am using is
    a href="YardCam.asp" target="main" img border="0" src="Yard1.jpg"
    sigpic
    A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

    #2
    I would do it by making the subject of the button press a javascript function. In that function you submit two forms where the target of each of the two forms is each frame.

    Comment


      #3
      Originally posted by Michael McSharry
      I would do it by making the subject of the button press a javascript function. In that function you submit two forms where the target of each of the two forms is each frame.
      Perfect, thankyou.
      sigpic
      A founder member of "The HA Pioneer Group" otherwise known as the "Old farts club!"

      Comment

      Working...
      X