function setIframeSource() {
var theSelect = document.getElementById('location');
var theIframe = document.getElementById('myIframe');
var theUrl;
theUrl = theSelect.options[theSelect.selectedIndex].value;
theIframe.src = theUrl;
}
Select A Location:
Select a location ...
Camera 1
Camera 2
Camera 3
Camera 4
Camera 5
Camera 6
Camera...
Posted by
jay