Will this script work with a drop-down menu?
For example, I have a list of U. S. states and would like each one to display their content in an iFrame.
Thanks![]()
Will this script work with a drop-down menu?
For example, I have a list of U. S. states and would like each one to display their content in an iFrame.
Thanks![]()
for anyone wondering if you can use the iFrame SSI II IE script with a select menu, i tried the following:
it may not be correct code or proper syntax, but it's not giving me any errors and it IS working.Code:<select onChange="javascript: return loadintoIframe('myframe', this.options[this.selectedIndex].value);" size="1">
Bookmarks