Results 1 to 1 of 1

Thread: combo box target with (frame) IFrame

  1. #1
    Join Date
    Oct 2004
    Location
    indonesia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Wink combo box target with (frame) IFrame

    Hi Everyone!

    is it possible to have a combo box and have its content href to a targeted iframe(frame)

    I want to display several member of my group using a combo box and shows up a brief bio on the same frame.

    its maybe similar with what "tacbob" posted with buttons but this time its with a combo box. Iam a starter in JS so any help would be a great welcome...

    here's a bit of the puzzle:

    <iframe src="mywebsite.html" name="thisframe" width="300" height="300" scrolling="yes"></iframe>
    <br><br><br>

    <INPUT type=hidden value="search">
    <SELECT>
    <OPTION value=name onclick="thisframe.href='name.html'">name</OPTION>
    <OPTION value=addressonclick="thisframe.href='address.html'">address</OPTION>
    <OPTION value=phoneonclick="thisframe.href='phone.html'">phone</OPTION>
    </SELECT>

    Thank you in advance
    cheers,
    Monty
    Last edited by danumurthi mahendra; 10-13-2004 at 01:45 PM.

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
  •