Hi,

Now i am working on download/open document(ex: Yahoo mail) in my 
application.

I Used getURL() method in my action script.

I have 4 following issues

1.when i use  getURL(url, "_blank", "POST")  it opens the new 
browser every time  here i dont want new browser.

2.when i use getURL(url, "_self", "POST"),here it open/download (as 
in yahoo mail)window first when user again select it open/download 
its showing blank browser.

3.when i use getURL(url, "_parent", "POST")"),here it open/download 
(as in yahoo mail)window first when user again select it 
open/download its showing blank browser.
 
4.when i use getURL(url, "_top", "POST")"),here it open/download (as 
in yahoo mail)window first when user again select it open/download 
its showing blank browser.

my requirement is it shouldn't open blank browser and it should open 
only popup(as yahoo mail)every time.

thanks,
jagadeesh






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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