Yahoo.com Google Lycos AltaVista
//Drop-down Document Viewer- © Dynamic Drive (www.dynamicdrive.com)//For full source code, 100's more DHTML scripts, and TOS,//visit http://www.dynamicdrive.com
//Specify display mode (0 or 1)//0 causes document to be displayed in an inline frame, while 1 in a new browser windowvar displaymode=1//if displaymode=0, configure inline frame attributes (ie: dimensions, intial document shownvar iframecode='<iframe id="external" style="width:95%;height:400px" src="http://www.yahoo.com"></iframe>'
/////NO NEED TO EDIT BELOW HERE////////////
if (displaymode==0)document.write(iframecode)
function gone(){var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].valueif (document.getElementById&&displaymode==0)document.getElementById("external").src=selectedurlelse if (document.all&&displaymode==0)document.all.external.src=selectedurlelse{if (!window.win2||win2.closed)win2=window.open(selectedurl)//else if win2 already existselse{win2.location=selectedurlwin2.focus()}}}//--></SCRIPT>