home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 May / NETDisc0597.iso / mac / html / Sponsors / webphone / wpsetup.EXE / WPHELPER.TXT < prev    next >
Text File  |  1996-04-22  |  3KB  |  73 lines

  1. WebPhone Web Browser Helper Application Usage Notes
  2.  
  3. (c) NetSpeak 1996
  4.  
  5. The WebPhone web browser helper application enables WebPhone calls to be
  6. placed by simply clicking on a link in an HTML page. The link in the HTML
  7. page identifies the party to be called, so there is no need to invoke
  8. directory assistance or enter an e-mail address to place the call.  This
  9. document describes how to install the helper application so you can use
  10. it to place WebPhone calls from your browser, as well as how to add
  11. WebPhone call links to your own HTML pages.
  12.  
  13.  
  14. INSTALLING THE WEBPHONE HELPER APPLICATION
  15.  
  16. You MUST have WebPhone version 1.05 or later for the WebPhone browser 
  17. helper app to work.  If you have an older version of the WebPhone, 
  18. upgrade to version 1.05 or later before continuing.
  19.  
  20. To install the WebPhone helper application, download and run the
  21. self-extracting zip file wphsetup.exe.  
  22.  
  23. CONFIGURING THE WEBPHONE HELPER APPLICATION IN NETSCAPE NAVIGATOR(tm)
  24.  
  25. From the Navigator menu bar, select "Options", "General Preferences..." 
  26. and select the "Helpers" page under preferences.  Then select the 
  27. "Create New Type" button and enter "application" in the MIME type field
  28. and "wpc" in the subtype field.  Then select the "Launch the Application"
  29. option, enter "c:\webphone\wphelper.exe" as the application name, and 
  30. select "OK".  
  31.  
  32. CONFIGURING THE WEBPHONE HELPER APPLICATION IN MS INTERNET EXPLORER(tm)
  33.  
  34. From the Windows Explorer (not the Internet Explorer) select "View", 
  35. "Options..." an select the "File Types" page under options.  Then select
  36. "New Type" and enter "wpc" as the associated extension, "OPEN" as the action,
  37. and c:\webphone\wphelper.exe as the application used to perform the action.
  38.  
  39.  
  40. <<< The following information is of interest to those authoring web pages >>>
  41. ADDING A WEBPHONE LINK TO YOUR HTML PAGE 
  42.  
  43. Create a text file with the e-mail address to be called and name it with 
  44. a ".wpc" extension.  Then add a link to your HTML document that references
  45. that file.  You can use the WebPhone GIF file "phone.gif" included in this
  46. package, or create one of your own.
  47.  
  48. For example:
  49.  
  50. (call.wpc file contains)  sales@mystore.com
  51.  
  52.  
  53. <p><a HREF="mystore.wpc">My Online Store</a> <a href="mystore.wpc">
  54. <img src="phone.gif" hspace=5 vspace=5 border=0
  55.   height=64 width =28 align=center ></a></p>
  56.  
  57. APACHE WEB SERVER CONFIGURATION
  58.  
  59. Add a line to the "MIME.TYPES" file:
  60.  
  61.         application\wpc         wpc
  62.  
  63. NETSCAPE COMMERCE SERVER CONFIGURATION
  64.  
  65. Add a line to the "MIME.TYPES" file:
  66.  
  67.         type=application/wpc    exts=wpc
  68.  
  69.  
  70.  
  71.  
  72.  
  73.