simple onclick function to load website

Hi

Really simple question, what’s the syntax for taking the user to a website url launching the safari browser on their iphone for a button on click event
i.e.

local buttonHandler = function( event )

///code here to take user to www.url.com in new browser window

end

thanks! [import]uid: 54958 topic_id: 9267 reply_id: 309267[/import]

Hey jeremy,

Check out this link;

http://developer.anscamobile.com/reference/index/systemopenurl

It’s much simpler than you’d think!

Peach :slight_smile: [import]uid: 52491 topic_id: 9267 reply_id: 33808[/import]