in a MXML file:

Why this is not working:
  function getNature():Void{
    if(nature.selectedData=='Neuf'){
     getURL("javascript:window.open('epgee.mxml','width=800');");
    }
  }

This is working:
  function getNature():Void{
   if(nature.selectedData=='Neuf'){
    getURL("javascript:window.open('epgee.mxml');");
    }
  }

Thank




 
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