what would be the most effective way to navigate between Suitelet pages while passing parameter data? Ideally I would like to do this on a button press (thereby using only use clientSide APIs) or by clicking a link on the main Suitelet, not utilizing a change in context.request.method through a Submit button press etc...the main problem I am having is how to "grab" the data on the main page and pass to the next. Thanks