﻿// Comments:
// 2009-8-31 - Lance Wheeler - Added .js page for adding issue info to textbox on welcome.aspx
// how to add to page example:  <script language="JavaScript" type="text/javascript" src="Javascript/nextpage.js"></script>
// how to add in code example:  txt_areaCode.Attributes.Add("onKeyUp", "return AddIssue(issue, catdescription, categoryid)");


function W2RNextPage(theform) 
{
    document.location.href = 'Results.aspx?category=' + document.all.category.value + '&state=' + document.all.location.value
}
