I have a BlackBerry app in the app store. I want to link to this app from a web page, so if a user goes to that page on their browser and clicks on the link, that BlackBerry AppWorld app will be launched and the user will be able to easily download the native app.
Its possible to do this on iPhone and Android with links like this
<a href="http://itunes.apple.com/us/app/mhmobile/id341550746?mt=8">MyApp</a>
<a href="market://search?q=pname:aero.sita.lab.resmobileweb.android.mh">MyApp</a>
Is there a similar way to do this on BlackBerry ?