//
// Copyright (C) 2009 Endeca Technologies, Inc.
//
// The use of the source code in this file is subject to the ENDECA TECHNOLOGIES, INC. SOFTWARE TOOLS
// LICENSE AGREEMENT. The full text of the license agreement
// can be found in the ENDECA INFORMATION ACCESS PLATFORM THIRD-PARTY SOFTWARE USAGE AND LICENSES 
// document included with this software distribution.
//
//
//---------------------------------------------------------------------------
// Function used by ResultsList.jsp to update record sort
//---------------------------------------------------------------------------
function updateFormAction(form,value) {
	if (value=="") return;
	form.setAttribute("action",value);
	form.submit();
}

