% % identify the internet explorer independent browser window % % stack: document-title win-class % 0 { 2 copy Win.DeskClassed pop2nd %%%"dclas " log)( % % stack: doc-title win-class win-handle % dup zero ? dup Win.Caption % % stack: doc-title win-class win-handle win-caption % fourth exch Str.Find? ? % % stack: doc-title win-class win-handle % } loop dup zero { pop3 false } { pop3rd exch second Win.Caption exch true } ifelse % % optional items included if window exists % stack: [ handle ] [ full-name ] [ class ] exists %