Quick Picks:


  home                 products                 solutions                 demos                  support                  developers                  purchase

WebLook

Product Information
  Overview
  Features & Specifications
  Demonstration
  Upgrade

How to Buy

Support

Optional Modules
  WebLook DBMS
  Redline Module

WebLook Basics


Embedding the WebLook ActiveX

The following code will place the WebLook ActiveX in your HTML page as an OBJECT.

Example

<object CLASSID="CLSID:0BFB6D15-B6E1-11D3-8BED-00104B885ED1"
ID="WebLook1" HEIGHT="300" WIDTH="350"
CODEBASE="http://www.kamelsoftware.com/weblook.cab">
</object>

Required attributes:

  • CLASSID - Identifies the ActiveX control for the browser.
  • CODEBASE - Identifies the location of the WebLook ActiveX control so that the browser can automatically download it if it is not already installed.
  • WIDTH - Specifies the width of the drawing window in either pixels or percentage of browser window.
  • HEIGHT - Specifies the height of the drawing window in either pixels or percentage of browser window.
  • ID - Identifies the drawing window to the host environment (a web browser, for example) so that it can be referenced using a scripting language.
  • NAME - Identifies the drawing window to the host environment (a web browser, for example) so that it can be referenced using a scripting language.

Parameters

The following are optional parameters that would be specified between the <object>....</object> tags

Example

<param NAME="SRC" VALUE="http://www.kamelsoftware.com/kamel.cgm.ifl">
  • SRC - Specifies the location (URL) of an initial drawing to be loaded.

We use our own WebLook software to serve all the pages and images for this website.
About Kamel Software - Contact Us © Copyright 1989-2022 Kamel Software, Inc. All rights reserved.