PDA

View Full Version : Need to Open a linke in new browser.


vijay_madh
01-22-2009, 11:41 AM
Hi All,

I want to create a hot-spot on clicking of which I can open some normal URL(i.e. http://google.co.in).


I feel it should be very simple. Is there a way I can do this?

--Vijay Soni

Vincent Ogloblinsky
01-22-2009, 02:44 PM
<spot id='link' url='url to image' onClick='openUrl(http://google.co.in)' />

Regards

vijay_madh
01-23-2009, 12:33 PM
Thanks.
It worked.