1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript"> <!-- Original: Ronnie T. Moore, Editor --> <!-- Idea by: Selvi Narayanan -->
<! > <! >
<!-- Begin site = "http://www.yoursite.com"; // Do not include the final "/" function combineMenus(frm, menu1, menu2) { with (frm) { str = menu1.options[menu1.selectedIndex].value; str += menu2.options[menu2.selectedIndex].value; url = site + "/" + str + ".html"; window.location.href = url; } } // End --> </script> </HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->