Skip to content

Instantly share code, notes, and snippets.

View natebenes's full-sized avatar

Nate Benes natebenes

View GitHub Profile
function searchAnnouncements(viewChoice)
{
document.forms[0].tabAction.value = true;
if ( viewChoice == 1 ) {
viewChoice = 2;
}
setViewChoice(viewChoice);
submit('search');
}