Announcement

Collapse
No announcement yet.

Frame question

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

    Frame question

    I want to redirect a link to a page that's inside a Frame... with the basic frame structure. How do I write the link ?
    My frame has 3 part: « top », « side » and « main ».
    I want the link page to appear in the main frame with the « top » and « side » frames.
    I hope that my description is clear !
    Thank you !
    Bernard Morin

    #2
    If you want a linked page to show inside your frame include target="_main" in your <a href tag.
    In theory this should also work if you are linking from a non-framed page to a framed page, but I have not tried it.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Maybe, I could be more precise:
      what follows is the script I am using
      <!-- Begin
      if (parent.location.href = self.location.href) {window.location.href = 'index.htm';}
      // End -->
      </script>
      What should I write in the place of 'index.htm' to bring a different page with all the surrunding frames. The page is 'budget.htm'.
      Thank you !
      Bernard Morin

      Comment


        #4
        If you own the framed site, this page might help you http://www.echoecho.com/jsframes.htm its a change you make to your frames that ensures they always load together.
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          The non dynamic option is to create a new frameset with the budget.htm set as the "_main" frame... this may be more preferable if the link is important so you can set up your no frame tags accordingly... best of all would be to eventually ditch the frames all together (if you can) and make the site more search engine friendly


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment

          Working...
          X