Open Word file (or any file)                                                                                                        
<html>^^ <head>^^   <title> Open method Example </title>^^     <script  type="text/javascript">^^	function windowOpen(){^^	  window.open("C:/mortgage\Customer Relations.docx");^^	}^^     </script>^^ </head>^^ <body>^^<input type="button" value="Open a new window" ^^      onClick="windowOpen();">^^ </body>^^</html>^^^^^^</head>^^^^<body>^^^^<input type="button" value="Open URL"^^^^onClick="windowOpen();">^^^^</body>^^^^</html>                                                                                                            
BMP from WEB                                                                                                            
<script type="text/javascript">^^{^^document.write('<IMG SRC="www.codelexicon.com/images/logo.bmp">');^^}^^</script> ^^ 
BMP LOCAL                                                                                                            
<script type="text/javascript">^^{^^document.write('<IMG SRC="C:/images/options.bmp">');^^}^^</script>^^                                                                                                           
BMP LOCAL with width and height                                                                                                            
<script type="text/javascript">^^{^^document.write('<IMG SRC="C:/images/options.bmp" WIDTH=300 HEIGHT=600>');^^}^^</script>                                                                                                            
BMP DOWNLOAD with Height and Width                                                                                                            
<script type="text/javascript">^^{^^document.write('<IMG SRC="www.codelexicon.com/images/logo.bmp" WIDTH=200 HEIGHT=400>');^^}^^</script> ^^^^                                                                                             
URL webpage open                                                                                                            
<html>^^^^<head>^^^^<title> Code Lexicon open URL </title>^^^^<script type="text/javascript">^^^^function windowOpen(){^^^^window.open("http://www.codelexicon.com");^^^^}^^^^</script>^^^^</head>^^^^<body>^^^^<input type="button" value="Open URL"^^^^onClick="windowOpen();">^^^^</body>^^^^</html>                                                                                                            
Open Application                                                                                                            
<script language="javascript"> ^^function RunCommand(RunApplication)^^{^^   var externalprogram = new ActiveXObject("WScript.Shell");^^   externalprogram.Run(RunApplication);^^}^^</script>^^ ^^</head>^^//  Using Expert Text Global the following application is opened automatically - without clicking^^<body>^^ ^^<a href="#" onclick="RunCommand('C:/Windows\\System32\\Notepad.exe ');return false;">Notepad</a>^^ ^^</script>                                                                                                            
WAV audio local                                                                                                            
 <OBJECT id="Media Player" width="320" height="240" ^^	style="position:absolute; left:0;top:0;"^^	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"^^	type="application/x-oleobject"^^	<PARAM NAME="URL" VALUE="C:/Users/37.wav">^^	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">^^	<PARAM NAME="AutoStart" VALUE="True">^^	<PARAM name="uiMode" value="none">^^	<PARAM name="PlayCount" value="9999">^^ <PARAM name="TransparantAtStart" VALUE="True">^^ <PARAM name="AnimationAtStart " VALUE="True">^^</OBJECT>                                                                                                            
WAV audio download                                                                                                            
 <OBJECT id="Media Player" width="320" height="240" ^^	style="position:absolute; left:0;top:0;"^^	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"^^	type="application/x-oleobject"^^	<PARAM NAME="URL" VALUE="http://www.codelexicon.com/WalkingFive.wav">^^	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">^^	<PARAM NAME="AutoStart" VALUE="True">^^	<PARAM name="uiMode" value="none">^^	<PARAM name="PlayCount" value="9999">^^ <PARAM name="TransparantAtStart" VALUE="True">^^ <PARAM name="AnimationAtStart " VALUE="True">^^</OBJECT>^^                                                                                                            
JAVA Media                                                                                                            
<html>^^ <head>^^   <title> Open method Example </title>^^     <script  type="text/javascript">^^	function windowOpen(){^^	  window.open("C:/Program Files\Media Player\player.jar");^^	}^^     </script>^^ </head>^^ <body>^^<input type="button" value="Open a new window" ^^      onClick="windowOpen();">^^ </body>^^</html>^^ 
JAVA Media                                                                                                            
open php                                                                                           
Open PHP                                                                                        
  <html>^^^^<head>^^^^<title> Code Lexicon open URL </title>^^^^<script type="text/javascript">^^^^function windowOpen(){^^^^window.open("http://www.php.net/sites.php");^^^^}^^^^</script>^^^^</head>^^^^<body>^^^^<input type="button" value="Open URL"^^^^onClick="windowOpen();">^^^^</body>^^^^</html>                                                                                                                         
BBC News
    <html>^^^^<head>^^^^<title> Code Lexicon open URL </title>^^^^<script type="text/javascript">^^^^function windowOpen(){^^^^window.open("http://www.bbc.co.uk/news");^^^^}^^^^</script>^^^^</head>^^^^<body>^^^^<input type="button" value="Open URL"^^^^onClick="windowOpen();">^^^^</body>^^^^</html>                                                                                                                                                                                                        
Francis Botto website
     <html>^^^^<head>^^^^<title> Code Lexicon open URL </title>^^^^<script type="text/javascript">^^^^function windowOpen(){^^^^window.open("http://www.francisbotto.com");^^^^}^^^^</script>^^^^</head>^^^^<body>^^^^<input type="button" value="Open URL"^^^^onClick="windowOpen();">^^^^</body>^^^^</html>                                                                                                                                                                                                               
Open Word application                                                                                              
 <script language="javascript"> ^^function RunCommand(RunApplication)^^{^^   var externalprogram = new ActiveXObject("WScript.Shell");^^   externalprogram.Run(RunApplication);^^}^^</script>^^ ^^</head>^^//  Using Expert Text Global the following application is opened automatically - without clicking^^<body>^^ ^^<a href="#" onclick="RunCommand('C:/Program Files\\Microsoft Office\\Office12\\WINWORD.exe ');return false;">Word</a>^^ ^^</script> 
                                                                                                            

