home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / HTML / RC / base.js < prev   
Encoding:
Text File  |  2004-01-28  |  224 b   |  11 lines

  1. function click() {
  2. if (event.button==2) {
  3. alert('http://TechMag.zde.cz\n\n⌐ JaK 2001 ')
  4. }
  5. }
  6. document.onmousedown=click
  7.  
  8. function MM_openBrWindow(theURL,winName,features) {
  9.   window.open(theURL,winName,features);
  10. }
  11.