home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / cogitum / CoTracker.exe / grabm1.___ < prev    next >
Encoding:
Text File  |  2000-10-31  |  2.8 KB  |  65 lines

  1. <html>
  2. <head>
  3.  <link rel=stylesheet type="text/css" href="style.css">
  4. </head>
  5.  
  6. <body onmousedown="checkClick()" onLoad="checkVersion()" bgcolor="white" link="white" vlink="white" alink="white">
  7.  
  8. <script>
  9. function checkVersion() {
  10.  browserName=navigator.appName;
  11.  browserVer=new String(navigator.appVersion);
  12.  browserVer_Fin=browserVer.substring(22,25);
  13.  if ((browserName!="Microsoft Internet Explorer") || (browserVer_Fin<"5.0")) {
  14.    alert("You have "+browserName+" ver."+browserVer+".To launch Image Co-Tracker please install Microsoft Internet Explorer 5.0 or higher. Thank you");  
  15.   }
  16. }
  17.  
  18. function checkClick() {
  19.    butPressed=event.button;
  20.    sourceObj=window.event.srcElement;
  21.  
  22.     if (((butPressed==2) && (sourceObj.id=="")) || ((butPressed==1) && (sourceObj.id==""))) {
  23.      error.innerHTML="<center><font color='blue'>You should click <b>ON THE IMAGE</b> you want      to grab</font></center>";
  24.     } 
  25.  
  26.     if ((butPressed==1) && (sourceObj.id!="")) {
  27.      error.innerHTML="<center><font color='blue'>Please click the <b>RIGHT</b> mouse        button</font></center>";
  28.     } 
  29.  
  30.     if ((butPressed==2) && (sourceObj.id!="")) {
  31.      error.innerText=" ";
  32.     }
  33. }
  34.  
  35. </script>
  36.  
  37. <h3 align="center">Your First Grab</h3>
  38. <p align='justify'>Click the <b>right mouse button</b> on any of the images below and select <b>Grab Image</b> from the pop-up menu. Click OK in the <b>Grab Image window.</b>
  39. <div id=error><b> </b></div><br><br>
  40. <table border=0 align='center'>
  41. <tr>
  42. <td><img src="GrabMe.gif" alt="Grab Me Monitor" id=im1></td>
  43. <td> </td><td> </td>
  44. <td><a href="http://www.cogitum.com" target="_blank"><img src="Cogitum logo.png" alt="Cogitum LC Logotype" id=im2></a></td>
  45. </tr></table>
  46.  
  47. <p align='justify'>To launch the Image Co-Tracker database and view the grabbed images press the <b>Start</b> button and select <b>Programs -> Image Co-Tracker</b>
  48.  
  49. <p align='justify'>Another way to launch the Image Co-Tracker database is to click the <img src="CotrackerBtn.gif" alt="Image Co-Tracker button" id=im3> <b>Image Co-Tracker button</b> in the Microsoft Internet Explorer toolbar. <b>If you do not see</b> this button in the toolbar, try the following:<br>
  50. <ol>
  51. <li>Select <b>View -> Toolbars -> Customize...</b>.The Customize Toolbar window will appear. 
  52. <li>Find the Image Co-Tracker icon in the <b>right hand window</b>. If you cannot find the Image Co-Tracker icon:
  53.     <ul>
  54.      <li>Highlight the Image Co-Tracker icon in the <b>left hand window</b>
  55.      <li>Click <bAdd</b> to add the Image Co-Tracker icon to the right hand window
  56.     </ul>    
  57. <br>
  58. <li>Highlight the Image Co-Tracker icon in the <b>right hand window</b>
  59. <li>Click <b>Move Up</b>. This will move the icon left on your toolbar. Click <b>Move Up</b> for several times if necessary 
  60. <li>Click <b>Close</b>
  61. </ol>
  62. </body>
  63. </html> 
  64.  
  65.