You include a Powersoft report (PSR) on a Web page with the Embed element. Element attributes specify the space allocated for the report and the report file name.
A sample Embed element might look like this:
<EMBED src=April_sales.psr WIDTH=370 HEIGHT=320>
The Embed element is part of the HTML specification for plug-ins. For the DataWindow plug-in, you specify only standard HTML attributes.
HTML attributes HTML attributes name the file to be downloaded to the client and the space reserved for the plug-in on the Web page.
HTML attribute |
Value |
---|---|
SRC |
A URL identifying the object to be downloaded. When the browser processes the Embed element, it requests the resource from the server and finds the DLL in its Plugins directory that handles the content type. For a DataWindow plug-in, the object is a PSR file. |
WIDTH |
The width of the viewing window in pixels. |
HEIGHT |
The height of the viewing window in pixels. |