I have success turning pages from a html link like this
<a href="javascript:$('#magazine').turn('page',4)">Index term</a>
But the thing i want to do know is go to a specific page from a newsletter.
"I'm making an html turn.js magazine, and all the news from this magazine are posted in a newsletter and i want each articles from the newsletter goes to a specific page of the magazine" i hope to be clear.