Open two windows different targets using just one link

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnnaWhite
    New Member
    • Jul 2008
    • 2

    Open two windows different targets using just one link

    Hello

    How can i do to open two windows in defferents targets, using just one link?

    thanks
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    what have you done so far? do you really want to open two windows or do you want to update the location-url of two different frames or already opened windows? ... please explain your requirement in more detail ...

    kind regards

    Comment

    • AnnaWhite
      New Member
      • Jul 2008
      • 2

      #3
      Hi,

      Yes, I want update the location-url of two different frames, using just one link.
      Thanks

      Regards

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5388

        #4
        give the frames a name or refer with the frames-collection to the corresponding frame and call a javascript function that sets:

        [CODE=javascript]frame_ref.locat ion.href = 'url';[/CODE]
        for every wished frame ... post what you have so far in case you have problems with the correct implementation ...

        kind regards

        Comment

        Working...