Creating an HTML page

After creating and building the PowerBuilder PBDs for your plug-in application, you need to create the HTML page that displays it.

You include a PowerBuilder window on a Web page with the Embed element. Element attributes specify the space allocated for the window, the name of the PBD, and the name of the child window in the PBD.

A sample Embed element might look like this:

<EMBED SRC=plugin_tree.pbd WIDTH=370 HEIGHT=320
WINDOW=w_emp_by_dept>