framewidth

Together with frameheight, this parameter specifies the dimensions of the separate terminal window when frame is set to true. If frame is set to true and you do not include the framewidth and frameheight parameters, Reflection determines the best frame dimensions for each user based on the user's monitor resolution.

If frame is set to false, framewidth is ignored, and Reflection uses the applet height attribute to determine the height of the applet within the browser window.

Value

<width in pixels>

Example

<param name="framewidth" value="660">