<SCRIPT LANGUAGE="JavaScript"> <!-- function previewPic(sel) { document.previewpic.src = "" + sel.options[sel.selectedIndex].value; } function showPic(sel) { images = new Array(); images[1] = "my_image1.jpg"; images[2] = "my_image2.jpg"; images[3] = "my_image3.jpg"; images[4] = "my_image4.jpg"; window.location.href = images[sel.selectedIndex+1]; } // End --> </script>
|