home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / super / altn / md_en.exe / MESSAGEVIEW.JS < prev    next >
Encoding:
JavaScript  |  2000-09-14  |  288 b   |  9 lines

  1. /* Message View Functions */
  2. function Print(url) {
  3.     window.open(url,'Print','height=400,width=600,scrollbars=yes,status=yes,resizable=1,toolbar=yes,menubar=yes');
  4. }
  5.  
  6. function Source(url) {
  7.     window.open(url,'Source','height=400,width=600,scrollbars=yes,status=yes,resizable=1');
  8. }
  9.