Hi! The problem is in the history.js file, but I didn't find any resolution.
Regards: bandy 2010/4/14 pradeepflex <[email protected]> > Hi guys, > > I got the browser URL using these line of code > > var browserManager:IBrowserManager = BrowserManager.getInstance(); > var urlString:String = browserManager.url; > > After that i was manipulted the url like this > > 1) > > http://localhost:7001/gss/client/index.html?pid=GSSDS&trnName=AddPosition&empID=1215026&eName=Cory%20Stadolnik&posID=10138213# > > After that i removed # and put space using replace function > > 2)http://localhost:7001/gss/client/index.html? > pid=GSSDS&trnName=AddPosition&empID=1215026&eName=Cory > %20Stadolnik&posID=10138213 > > after maniplation i got this url > > http://localhost:7001/gss/client/GssIndex.html?pid=GSSDS&scrName=MyWorkforce > > this is working in IE6 ,but it is not working in IE7 > > Can you guys please help me out for this issue > > thanx for any urgent help > > Regards, > Pradeep > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

