Results 1 to 8 of 8
  1. #1
    Stevenly Guest

    Default Iframe linkage Code

    Hey i have a Iframe boxand when i click one of my links it opens the page but not inside the box.

    Whats thefull html code to make it open in the small box?

  2. #2
    Join Date
    Dec 2005
    Posts
    2,992
    Tokens
    1,531

    Latest Awards:

    Default

    in the iframe code insert
    HTML Code:
    name="name_of_iframe"
    and in the link add
    HTML Code:
    target="name_of_iframe"
    that should sort it
    That went fast.

  3. #3
    Stevenly Guest

    Default

    Quote Originally Posted by Nick232
    in the iframe code insert
    HTML Code:
    name="name_of_iframe"
    and in the link add
    HTML Code:
    target="name_of_iframe"
    that should sort it
    it din't probs give me the entire code so i copy n paste it

  4. #4
    JoeComins Guest

    Default

    Can you parse your sentence, and use proper grammer

  5. #5
    Join Date
    Dec 2005
    Posts
    2,992
    Tokens
    1,531

    Latest Awards:

    Default

    HTML Code:
    <a href="home.htm" target="main"><span style="text-decoration: none">Home</span></a></DIV></TD>
    <TD class=menu_item id=s0 onmouseover="this.className='navi_cellover';" onclick="location.href='home.htm'" onmouseout="this.className='navi_cellout'" align=middle width=80>
    that was link

    HTML Code:
    <iframe name="main" height="45" etc etc
    that were iframe. lol. Also, speak properly and what the hell is the javascript for? or w/e it is. I'm jus PHP and HTML u see. lol
    That went fast.

  6. #6
    Stevenly Guest

    Default

    Sorry, still not work.

    here is my code:

    <a href="home.htm">
    <span style="text-decoration: none">Home</span></a></DIV></DIV></TD>
    <TD class=menu_item id=s0 onmouseover="this.className='navi_cellover';" onclick="location.href='home.htm'" onmouseout="this.className='navi_cellout'" align=middle width=80>
    <DIV>

  7. #7
    Join Date
    Dec 2005
    Posts
    2,992
    Tokens
    1,531

    Latest Awards:

    Default

    ok, WT.F. Get rid of the cra.ppy java and use plain html until it works. lol, I dnt really know about javascript

    what is your iframe called and link target?
    That went fast.

  8. #8
    Stevenly Guest

    Default

    Fixed.

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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