Help for this page
function JSubmitForm() { document.Content.Name.value = document.Search1.Name.value; ... document.Content.submit(); return false; }