This component appears as a hyperlink, which can contain an image, text, and the JSAlertPanel’s component content. When the user clicks on it, a dialog box displaying an alert message appears. When the user clicks OK, the hyperlink is executed.
JSAlertPanel { action=anAction; | javaScriptFunction=javaScriptCodeString;
| pageName=aPageName; alertMessage=message; [altTag=aTag;]
[filename=imageFileName;] [targetWindow=windowName;] [string=aString;] };
The action method performed when the user clicks OK.
Java Script code executed when the user clicks OK.
The page displayed when the user clicks OK.
The message to display when the user clicks on the hyperlink.
The HTML alt attribute for the hyperlink’s image if an image is specified. Browsers can display this attribute in place of the image.
The name of the image file. Binding this causes the hyperlink to contain an image.
The name of the window in which the page is displayed when the user clicks OK.
A string displayed in the hyperlink.
Last updated: 2004-12-02