I've got a browser object showing a page from my site that has links in it. I assumed that if I put a target of blank in the URL then when users clicked from within my stack it would open a browser, but it doesn't.
Anyone know how to acheive this?
Browser object links
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
OK, thanks for that pointer - nearly made a breakthrough, although not quite!
I added:
to the card script but now it opens a two browser windows when it starts, one is a navigation cancelled page, the other is the page that opens within the card itself.
Clicking on the links within the card script still doesn't work. Very odd...
I added:
Code: Select all
on browserBeforeNavigate sBrowserId, pUrl
revGoURL pUrl
end browserBeforeNavigate
Clicking on the links within the card script still doesn't work. Very odd...