Hi vasu,
use the method navigateToURL() method, the syntax of this method
is
Syntax :
*navigateToURL(request : URLRequest , window : String )
: void*
request argument is a URLRequest object that specifies the
destination, window argument specifies whether to launch a new browser
window or load the new URL into current window.
*'window'* can have the following values
*_self* ---- specifies the current frame in the current
window
*_blank* ---- specifies a new window. This window acts as a
pop_up window in the client's brower, so you must be aware that a pop_up
blocker could prevent it from loading.
*_parent*----- specifies the parent of the current frame.
*_top*------ specifies the top level frame in the current
window.
On 3/7/09, Vasu <[email protected]> wrote:
>
>
> How to open the browser in Tab (or) New Window (or) Same Window when
> click on the URL.
>
> My problem is i have one DataGrid that contains
> "Name,Designation,Company URL".
> After running the program Name,Designation,URL are displayed in the
> DataGrid .
> Now if user click(Clicking is the user choice,user can open the
> particular page in a tab or new window or same window)on
> the any one of URL that page may be displayed in the Tab (or) New
> window (or)Same window.
>
> How can i do these three things in Flex.
>
>
> Thanks & Regards,
> Srinivas.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---