On my form, I use the browserbean to show a webpage with news items.
Is it possible if you click on the link, that it opens in the browser of the user?
Or is it possible that it opens in an another window?
function onLocationChanging(event,vURL)
{
if (vURL && vURL != 'about:blank') {
elements.bean_842.stopLoading()
application.showURL(vURL)
}
}
Users browsing this forum: No registered users and 5 guests