Industry Online Support
Technical Forum
1/10/2007 6:07 AM | |
Posts: 24 Rating: (0) |
Is it possible to capture the username in Webnavigator similar to how it is done in with the thick client? I would like to lauch another web based application from Webnavigator and pass in the username of the currently logged in user. This will prevent a user from having to enter another set of credentials for the second application. Perhaps this can be done from the Session Object???? I launch my other webapp using this VBscript: Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate"http://(username):(password)@otherwebapp.com" objExplorer.ToolBar = 0 objExplorer.StatusBar = 0 objExplorer.menuBar = 0 objExplorer.Width = 1024 objExplorer.Height = 768 objExplorer.Left = 0 objExplorer.Top = 0 objExplorer.Visible = 1 objExplorer.FullScreen = 0 I would like todynamically generate the username above from Webnavigator. Once I have that, I can fill in the password since it is exposed from the other application. Any help would be much appreciated. |
Follow us on