I have a page which has six link buttons. when we open the page it shows the first link button default. I want to make the "showall" link button clicked default instead of "1"
code:
<div class="phonepager fcolrblk2c" adbe="handled">
Page
<a href="javascript:__doPostBack('pgrTop$lnkPage1','')" id="pgrTop_lnkPage1">1</a>
<a href="javascript:__doPostBack('pgrTop$lnkPage2','')" id="pgrTop_lnkPage2">2</a>
<a href="javascript:__doPostBack('pgrTop$lnkPage3','')" id="pgrTop_lnkPage3">3</a>
<a href="javascript:__doPostBack('pgrTop$lnkPage4','')" id="pgrTop_lnkPage4">4</a>
<a href="javascript:__doPostBack('pgrTop$lnkPage5','')" id="pgrTop_lnkPage5">5</a>
| <a style="display: none;" href="javascript:__doPostBack('pgrTop$lnkPageShowAll','')" id="pgrTop_lnkPageShowAll">See all on one page</a><span id="pgrTop_lblShowAll">See all on one page</span>
</div>
Thanks in advance for the help.