Try the below attached .js file. It should let you do something like:
Code:
mypage.htm?sliderid=divid
where divid is the ID of the content DIV within the slider you wish to be selected when the page loads, ie:
Code:
<div id="slider1" class="sliderwrapper">
<div class="contentdiv">
Content 1 Here. <br />
<p></p><a href="javascript:featuredcontentslider.jumpTo('slider1', 3)">Go to 3rd slide</a></p>
</div>
<div class="contentdiv">
Content 2 Here.
</div>
<div class="contentdiv" id="thirddiv">
Content 3 Here.
</div>
</div>
<div id="paginate-slider1" class="pagination">
</div>
Bookmarks