Hi Vel,
Either of this ways should work for you:
<div onclick=”phoneui.gotoMultiPagePage(‘m1-<designName>-<multipageName>’, ‘SET_PAGE’, ‘m1-multipageTest-page2’, phoneui.transitions.slideLeft);“>Go Page 2</div>
<a href=”javascript:phoneui.gotoMultiPagePage(‘m1-<designName>-<pageName>’, ‘SET_PAGE’, ‘m1-multipageTest-page2’, phoneui.transitions.slideLeft);“>Go Page 2</a>
Note that first one is a simple div and second one is an hyperlink, use the one that meets your requirements.
Let me know how it goes for you.