On 6/13/05, nithya karthik <[EMAIL PROTECTED]> wrote:

>    How to open a JSP page on click of an image in the tile list? JSP page
> should open as a popup. HOw to do this? pls help with some code. 

 <mx:TileList change="openJspPage()"> ...

 <mx:Script>
    function openJspPage():Void
    {
        getURL("http://foo.com/bar.jsp";, "_blank");
    }
 </mx:Script>

HTH.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to