Results 1 to 5 of 5

Thread: iframe info?

  1. #1
    Join Date
    Nov 2006
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default iframe info?

    how does the paging woks with the iframe tag ,do you have to make for each iframe another page (save as then change link) or is there an other way?

  2. #2
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    First place this code:
    <iframe src="name.html" name="content" height=95 width=160 frameborder=0 scrolling=yes></iframe>

    1/ the file "name.html" will be shown when opening the page the <iframe> is placed into.
    2/ if you wish another page to be opened in that area when clicked on (f.ex. menu items), place it with <a href="other.html" target="content">menuitem</a>
    3/ every different content you wish to appear in an <iframe> must be a different file.

    More info: read the other threads regarding <iframes> (seems to be a hype right now !)

  3. #3
    Join Date
    Nov 2006
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    it looks nicer (and seems to be faster)

  4. #4
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    What looks nicer ? What is faster ?

  5. #5
    Join Date
    Nov 2006
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't now, i tough it was faster if i made my pages compatible for an iframe but the frame has to load tottaly again:s

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •