Would somthing like this work....(untested, and off the top of my head...)

getURL(_root._url.split("."))[0] + ".mxml?mynewparam="+value);

cause I thought
"getURL("?mynewparam="+value);"
would be the same request as a
<a href="?mynewparam=samevalue">

Maybe firefox is a bit smarted than IE in this regard?

..can't say I've ever liked software that second guess what you must of meant...

On 10/4/05, Marcin Glowacki <[EMAIL PROTECTED]> wrote:
>  I just gave it a shot, and it still does not work on IE... :-(
>
>  mx.core.Application.getURL("?mynewparam="+value);
>
>
>  --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>  > You might need to use Application.getURL(...), can't remember if we
>  > introduced that to help with this problem.
>  >
>  >
>  >
>  > Matt
>  >
>  >
>  >
>  > ________________________________
>  >
>  > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  > Behalf Of Marcin Glowacki
>  > Sent: Monday, October 03, 2005 8:37 AM
>  > To: flexcoders@yahoogroups.com
>  > Subject: [flexcoders] getURL Problem
>  >
>  >
>  >
>  > I call getURL in MyCommand class (Cairngorm framework) to refresh
>  > current page with different query string. Strangely, it works only in
>  > Firefox, but not in IE.
>  >
>  > That is all I am doing:
>  > getURL("?mynewparam="+value);
>  >
>  > Anybody knows what my be an issue in IE....
>  >
>  > Thanks,
>  > Marcin
>  >
>  >
>  >
>  >
>  >
>  > --
>  > 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
>  >
>  >
>  >
>  > *      Visit your group "flexcoders
>  > <http://groups.yahoo.com/group/flexcoders> " on the web.
>  >
>  > *      To unsubscribe from this group, send an email to:
>  >       [EMAIL PROTECTED]
>  >
> <mailto:[EMAIL PROTECTED]>
>  >
>  > *      Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>  > Service <http://docs.yahoo.com/info/terms/> .
>  >
>  >
>  >
>  > ________________________________
>
>
>
>
>
>  --
>  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
>
>
>  Visit your group "flexcoders" on the web.
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>  ________________________________
>


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/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