Teledyne-lecroy SATracer 3G Verification Script Engine manual Uživatelský manuál Strana 56

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 68
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 55
LeCroy Corporation Verification Script Engine Reference Manual Version 1.01
Internet Explorer is registered to open files with extensions *.htm and the file handle passed to
ShowInBrowser() function belongs to a file with such an extension,this file will be opened in the
Internet Explorer.
Format : ShowInBrowser ( file_handle )
Parameters:
file_handle - the file “handle”.
Example:
set html_file = 0;
html_file = OpenFile( “D:\\Log.htm” );
WriteString( html_file, “<html><head><title>LOG</title></head>” );
WriteString( html_file, “<body>” );
WriteString( html_file, “</body></html>” );
ShowInBrowser( html_file ); # opens the file in Internet Explorer
CloseFile( html_file );
51
Zobrazit stránku 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 67 68

Komentáře k této Příručce

Žádné komentáře