javascript - When I click a link, click a link on another page? -
really struggling think of solution problem. have thought anchor links might (using #example on end of link scroll position on page) not sure how best implement them. so on homepage of site have list of links, correlate tabs on page. the links on homepage: (what e-bate, rebates etc.) links when click 1 of tabs on other page, activates script shows div below: tabs this how tabs shown: html: <div class="page-links"> <ul> <li><a href="#" onclick="return false;" class="whatebate">what e-bate?</a></li> <li><a href="#" onclick="return false;" class="whatrebate">what rebates?</a></li> <li><a href="#" onclick="return false;" class="ebatefeat">e-bate features</a></li> <li><a href="#" onclick="return false;" class="howebate">how e-bate works</a></li...