﻿function search()
{

var skill=document.getElementById('SearchBySkillSet').getAttribute('value');
var comp=document.getElementById('SearchByCompanies').getAttribute('value');

document.location='JobsSearchResults.aspx?SkillsSet='+skill+'&Company='+comp;
}