I'm seeing the same thing that Jagadeesh is seeing.  We've worked on
this for quite a while and can't find an acceptable to do this.  I've
seen that if I remove the POST argument, in IE it pops open a window and
immediately closes. I've checked the logs and the request was accepted
but the socket appears to have been closed by the browser before any
content can be returned. I've experimented with different content types
and header settings all to no avail.  It's frustrating to say the least.
As a note, it works fine in FFX. 


Carson


____________________________________________
 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 


-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Thursday, December 15, 2005 8:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Problem with getURL() method in Action Script

I think the POST stuff is not going to work so I'd take that out.  Have
you tried just naming a window, getURL(url, "someWindow") so that it
will re-use the popped window?

Matt

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jagabcdeff
Sent: Wednesday, December 14, 2005 10:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problem with getURL() method in Action Script

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







--
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



 






--
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



 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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