home *** CD-ROM | disk | FTP | other *** search
HTML Component | 2001-08-08 | 482 b | 22 lines |
- <PUBLIC:COMPONENT NAME="ctBODY" tagName="BODY" lightWeight=true supportsEditMode=false>
- <PUBLIC:ATTACH EVENT="oncontentready" ONEVENT="Initialize()" FOR=element/>
-
-
- <SCRIPT LANGUAGE="javascript">
- function Initialize() {
- try {
- var qq = new String(cxbiRoot);
- }
- catch (err) {
- alert(">" + err + "<" );
- if (err == "[object Error]") {
- if (confirm("Reload?")) {
- window.location.reload();
- return;
-
- };
- };
- };
- };
- </SCRIPT>
- </PUBLIC:COMPONENT>