Results 1 to 2 of 2

Thread: I Frame Link Error

  1. #1
    Join Date
    May 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I Frame Link Error

    i get a error when i code it to show the web and it opens a new page.

    Code for I frame please.


    Thanks. Sorry for posts as i say im new n needhelp

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you're using an iframe, you need to give the iframe a name, then have the html document open in that target. So if you iframe was like this:

    <iframe name="myframe"... ></iframe>

    you would write the link like:

    <a href="http://www.google.com" target="myframe">Google</a>

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
  •