Positioning and linking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mr_vocab

    Positioning and linking

    i have a set of links and i want a user to click on them and instead i
    want not the whole page to load but just a section i was thinking of
    using a frame but can they be positioned anywhere if so how? otherwise
    how can i do this?

    eg
    ----------------
    Link a link b link c

    this is my when a user clicks a link
    site it opens here


    thank you
    nathan
  • Lachlan Hunt

    #2
    Re: Positioning and linking

    mr_vocab wrote:
    [color=blue]
    > i have a set of links and i want a user to click on them and instead i
    > want not the whole page to load but just a section i was thinking of
    > using a frame but can they be positioned anywhere if so how? otherwise
    > how can i do this?[/color]

    You could use an <iframe> or <object> to embed another document, but
    then you would need to use a Transitional DTD, in order to use the
    target in you're links.

    --
    Lachlan Hunt

    lachlan.hunt@la chy.id.au.updat e.virus.scanners

    Remove .update.virus.s canners to email me,
    NO SPAM and NO VIRUSES!!!

    Comment

    • mr_vocab

      #3
      Re: Positioning and linking

      Lachlan Hunt <lachlan.hunt@l achy.id.au.upda te.virus.scanne rs> wrote in message news:<%Rzyc.814 5$sj4.1659@news-server.bigpond. net.au>...[color=blue]
      > mr_vocab wrote:
      >[color=green]
      > > i have a set of links and i want a user to click on them and instead i
      > > want not the whole page to load but just a section i was thinking of
      > > using a frame but can they be positioned anywhere if so how? otherwise
      > > how can i do this?[/color]
      >
      > You could use an <iframe> or <object> to embed another document, but
      > then you would need to use a Transitional DTD, in order to use the
      > target in you're links.[/color]


      thank you i will try that

      Comment

      Working...