Web Page portlet
Overview
The Web Page Version 5.02 portlet allows the user to display and use a favorite page from the Internet. The Web Page portlet requires the user to specify a single URL by editing the portlet's properties.
Some Web pages are not coded to behave cooperatively when opened within another frame. Therefore, users of the Web Page portlet may find that some pages they specify take over the browser window or display an error message such as 'top.indexFrame.window' is not an object. If this happens, edit the portlet through the portal administration interface, remove the offending URL from the defaultURL configuration parameter, and warn users not to specify that URL in the portlet's edit properties.
Setup
Before you install Web Page, make sure your WebSphere Portal environment meets the following client and server requirements.
Client requirements
This portlet supports browsers and devices capable of rendering HTML markup. The following table provides detailed information.
Markup level HTML 4.0 Transitional Java applet None JavaScript 1.10 <iframe> No Style sheets Portal styles only Software This portlet has been tested on the following browsers:
- Internet Explorer Version 5
- Netscape Version 4
Accessibility Yes
Configuration parameters
The following configuration parameters are available in this portlet.
Parameter Value useiFrame This parameter should not be changed.
Specifies whether the portlet uses the iFrames feature.
YesdefaultURL This is the URL that will be displayed by default until the user edits the portlet's properties.
Examples:http://www.ibm.com/
http://www.acme.com/width This parameter should not be changed.
Specifies the width of the portlet when displayed in view mode.
100%viewURI This parameter should not be changed.
Specifies the URI of the Java Server Page that renders the portlet in view mode.
/WEB-INF/html/jsp/WpsWebPageView.jspscrolling This parameter should not be changed.
Activates automatic scrolling of portlet information when displayed in view mode.
AutohelpURI This parameter is required and contains a fixed value; do not change this value.
For a given portlet, this value specifies the URI of the Java Server Page that renders the context-sensitive Help for the portlet.
/WEB-INF/help/WpsWebPageHelp.jsp
flatViewURI This parameter should not be changed.
Specifies the URl of the Java Server Page that renders the portlet when useiFrame is set to No.
/WEB-INF/html/jsp/WpsWebPageNoiFrame.jspeditBeanClassName This parameter should not be changed.
height This parameter should not be changed.
Specifies the height of the portlet when displayed in view mode.
500editURI This parameter is required and contains a fixed value; do not change this value.
For a given portlet, these values specify the URI of the Java Server Page that renders the portlet in edit mode.
/WEB-INF/jsp/WpsWebPageEdit.jsp
See also