Hi All,
I have a flex application as a unified portal to 4 different applications developed using different tecnology (Flex,JSP,ASP,etc). I'm using Flex and IFrame (HTML IFRAME, ActionScript class) to develop the portal application. User run the flex portal application, enter login information. Depends on the user access to different applications IFRAMES are built on Tabnavigator (each Iframe host one application the user has access) I hav to pass the application URL as newIFrame.source ="http://host/pkw_public.start_mainsail? i_user=user&i_passwd=test123" How can use IFrame and pass the URL with userid and password without exposing the information. The idea is to have a TAB user interface to access all the application the user has access. Any idea, suggestion, comments? Thanks VN

