I want users to be able to click a POI and then be able to click a button 'goto website' which redirects to the website of that POI in the clients native browser. I think this page describes what I need: http://layar.pbworks.com/w/page/35910641/User%20Interaction%20Dialog%20API#showdialog
However, whats not clear to me: how can I test the action? - I dont see which request (what are the parameters etc) is passed to my server in order for me to return the showDialog object - I dont see IF and HOW I should nest the showDialog object in my POI - how can I test this functionality on a layar in test mode (not published yet)