This method allows creation
of the internal ALPFrame objects. To create Point
or Rect objects you need to use it. The
method is supplyed because ALPFrame may run without prior installation
therefore using that method ensures that your DTHML page will be able
to create the ALPFrame internal objects in any situation.
Syntax and description
variable = external.CreateMiscObject(name) - Example:
var objRect = external.CreateMiscObject("Rect"); //
Creates a rectangle object
Remarks
Createable objects in this veraion are Point
and Rect. Usage of the method is very
similar to the usage of the Server.CreateObject method in ASP but here
specific ALPFrame class names are allowed only.
Applies to: external
|