thank u manish.


Manish Jethani <[EMAIL PROTECTED]> wrote:
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.

Send instant messages to your online friends http://uk.messenger.yahoo.com


Yahoo! Groups Links

Reply via email to