Internet Explorer 7 Support
WinTask supports Internet Explorer 7 (IE7).
To display the menu bar as in IE6, click the Tools pull-down menu on the far right of the IE7 tab bar and select the Menu Bar option.
Internet Explorer 7 uses window names that end with "Windows Internet Explorer" instead of "Microsoft Internet Explorer" as used by IE6. Therefore, you should update existing IE6 scripts when migrating to IE7. The script function UseWindow("IEXPLORE.EXE|#32770|Microsoft Internet Explorer") written for IE6 will function correctly with IE7 but with a performance penalty. During execution against IE7, the window is found, but as a "fuzzy" match. WinTask first searches for a window that exactly matches the window name specified in the script. If the window is not found within 3 seconds, WinTask starts to truncate the window name until it finds a match. To avoid experiencing degraded performance, we recommend that the window name in the UseWindow function call be updated to Windows Internet Explorer.
Scripts written for IE6 which use the Back button may need to be re-recorded against IE7 to use the new window naming of the IE7 menu bar. There is no need to re-record the Back action if your existing IE6 script replays correctly against IE7.