loading html page through a drop down menu?

  • Thread starter Thread starter Jose G
  • Start date Start date
J

Jose G

Guest
Hello,
I haven't really found an example of what I'm looking for, so I'm gonna try and explain this the best way I can.

Basically, I want to have an html drop down menu that when you make a selection, an external html page or text/description will load below or above the drop down menu.

So if I have Yahoo, Google, and eBay all as options in the drop down menu, when you click on one, I'd like it if a description of it showed up below it.

I recently used an iframe to load an external html page, so I'm not sure if there's a way that I can use this to achieve this effect?

Either way, any help would be greatly appreciated. Thanks.

:)
Yeah what you have on your site is pretty much what I want to do. Just of course, have the menu in drop down format. I found this generator, http://javascript.internet.com/generators/drop-down-menu.html, which I'll probably use.

Should I put the iframe name in the 'URL link' spot, and how would I be able to name my iframe if I'm using this following code?

<iframe src="myGallery/index.html" width="900" height="500" align="right" frameborder="0">


Thanks again.
 
Back
Top