Announcement

Collapse
No announcement yet.

inline farame

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

  • inline farame

    Hi,

    I have a page with a table. (table-page)
    There are some PDF files inside the tanle and i call them from the
    cell html of the table-page.

    It works fine.

    I opened up a new page and called the tanle-page from an Inline frame.
    When i open a PDF it opens inside the Inline frame.
    Is there a way to open it as a different new page?

    Thanks
    Ophir

  • #2
    Re: inline farame

    One more thing please:

    Here is an page with an InlineFrame:


    The data comes in the InlineFrame comes from:


    Just obove the table i get a link that i don't know how it got there.
    I can't saee it in the page BlueVoda.

    How do i wipe it off?

    Thanks
    Ophir

    Comment


    • #3
      Re: inline farame

      The link above the table seems to be in the tables htlml area. Try right clicking on the table & select HTML & see if
      <a href="http://www.icanpiano.net/inotes/Bach_Invention15-245ic.pdf">iCanPiano</a>
      is under one of the tabs & delete it.

      If you want the links in the iframe to appear out side, set the link target to "Top".
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment


      • #4
        Re: inline farame

        Thanks.

        where do i set the link in the iframe to top?

        Ophir

        Comment


        • #5
          Re: inline farame

          This is not a normal link.
          The link is inside an html cell in a table.
          I need that to track the links.

          Thanks
          Ophir

          Comment


          • #6
            Re: inline farame

            Originally posted by ophir atar View Post
            Thanks.

            where do i set the link in the iframe to top?

            Ophir
            In the same place you made the link. Select from the target list.
            Regards Chris.

            Collectables, Collecting, collectors-info.com

            www.chrismorris.co.uk

            House build project

            Comment


            • #7
              Re: inline farame

              The target is availble if you make a normal link.
              As i said before: this link is a code inserted inside the cell html.

              It looks like this:
              <a href="http://www.icanpiano.net/standard/Andre_Sonatina_34_1-213.pdf">Standard</a

              There is no place to choose target.

              Ophir

              Comment


              • #8
                Re: inline farame

                <a href="http://www.icanpiano.net/standard/Andre_Sonatina_34_1-213.pdf" target="_top">Standard</a>
                Regards Chris.

                Collectables, Collecting, collectors-info.com

                www.chrismorris.co.uk

                House build project

                Comment


                • #9
                  Re: inline farame

                  Thanks

                  Comment

                  Working...
                  X