> Is it possble to add a function to automatically send id/pass > as response to basic authentication by setting them into the script? > > In my company all employee must push bottun on morming and evening > >from web browser as a time card & at start we enter my id/pass to login. > > It's not pragmatic, not safe, but a good demonstration to show the power > of Win32-GUI & AxWindow.
It's possible to manipulate HTML document load in a webbrowser control with Win32::OLE. See Google.zip for a simple sample : Automaticly Submit a Win32::GUI::AxWindow search on Google.fr. Webbrowser interfaces : http://msdn.microsoft.com/workshop/browser/webbrowser/reflist_cpp.asp HtmlDocument, ... interfaces : http://msdn.microsoft.com/workshop/browser/mshtml/reference/ifaces/interface .asp If you only want a webbrowser, you can only use Win32::OLE. See : http://www.perlmonth.com/perlmonth/issue3/ole_controls.html Laurent
<<attachment: Google.zip>>