home *** CD-ROM | disk | FTP | other *** search
- window.defaultStatus = '... - http://winpack.the.cz - ...';
-
- function clr()
- {
- window.defaultStatus = '... - http://winpack.the.cz - ...';
- window.status = '... - http://winpack.the.cz - ...';
- // window.status = default_text;
- // event.returnValue = true;
- }
-
- function set(title)
- {
- window.status = 'page status: ' + title;
- event.returnValue = true;
- }
-