Help for this page

Select Code to Download


  1. or download this
    function JSubmitForm()
    {
        document.Content.Name.value = document.Search1.Name.value;
    ...
        document.Content.submit();
        return false;
    }