Results 1 to 2 of 2

Thread: target iFrame through javascript

  1. #1

    Thread Starter
    PowerPoster i00's Avatar
    Join Date
    Mar 2002
    Location
    1/2 way accross the galaxy.. and then some
    Posts
    2,390

    target iFrame through javascript

    ok... well i want to do something simmiler to this:

    <a href="123.htm" target="thinger">

    but fire it through javascript... how would i do this (code appriciated)

    cheers
    Kris

  2. #2
    Lively Member
    Join Date
    Jun 2003
    Posts
    83
    [code]
    <a href="#" onclick="document.getElementByName('thinger').src = '123.htm';"
    - Steve

    "I'm glad I wore these pants."

Posting Permissions

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



Click Here to Expand Forum to Full Width