Running JDP in a web page


By default JDesignerPro opens a new application window when it loads. This window loads outside the browser window. The JDesignerPro window can be minimized, maximized and resized by dragging the corners and edges. However, if you prefer, you may make your JDesignerPro application load inside a web page. When you do this you lose the ability to resize the screen.

To load JDesignerPro within a Web page, simply set the following parameter in the applet tag:

<param name="JDPInWebPage" value="yes">

You may adjust the width and height according to your needs. A typical size is 600x400. This is done inside the applet tag also, for example:

<applet codebase="http://localhost/JDesignerPro/" archive=JDPMain.jar code=JDesignerPro.class width=600 height=400>