﻿
function goToNextPage() 
{ 
    PageIndex=document.aspnetForm.targetFinder.selectedIndex 
    if (document.aspnetForm.targetFinder.options[PageIndex].value != "none") 
    { 
        location = document.aspnetForm.targetFinder.options[PageIndex].value 
    } 
} 

