Help for this page

Select Code to Download


  1. or download this
    <form onsubmit="return onSubmitProfile(this,'Please complete the red e
    +ntry.','Warning: Incorrect parameters may cause undesired behavior.')
    +" method="post" action="/goform/formHandlerConfigureProfileSettings">
    <table width="100%" bgcolor="#ffffff" align="middle" valign="top">
    ...
    </tbody>
    </table>
    </form>
    
  2. or download this
    function onSubmitProfile(theform,errorMessage,confirmMessage)
    {
    ...
        }
        return false
    }