Results 1 to 2 of 2

Thread: iframe, table & javascript.....Help me!!!!!

  1. #1
    Join Date
    Apr 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default iframe, table & javascript.....Help me!!!!!

    Hi

    so what i want to know is , how to load a page in a table(may be by iframe or by otherways) when i click on a link in that page on a different table.

    This may be a simple question, but i am stuck..
    Thank u for your read and replies.

    I hope i cld find a solution here.
    I prefer Javascript and HTML.....but anything goes..

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    No JavaScript needed, all just HTML:
    HTML Code:
    <table><tr><td>
    <iframe name="fred" src="somepage.htm"></iframe>
    </td></tr></table>
    <table><tr><td>
    <a href="someother.htm" target="fred">Click for New Page in Iframe</a>
    </td></tr></table>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •