4/5/2011 10:33:50 PM
Title:
What is property for opening a link in next tab
hi everyone,
I have one doubt that "for opening the link in next window navigateToURL is used" " i didnot know what is used for opening a window in next tab?" if any one knows please help.thanks in advance.
Thanks & Regards,
K.Priya
4/6/2011 1:57:26 AM
use _blank to open url in a new window.
navigateToURL(url,"_blank");
4/8/2011 10:35:04 PM
{navigateToURL (new URLRequest(url))} u can use this also