Choose a form type from the following selection and your form will appear.
function goPage() { var url = document.myform.selmenu.value; if (url !="") { window.location = url; } }