home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / novinky / Interval / podklady / ruzicka / 910 / FocusWindow.html < prev    next >
Encoding:
Extensible Markup Language  |  2005-05-05  |  1.7 KB  |  46 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs" dir="ltr">
  4.   <head>
  5.     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  6.     <meta http-equiv="Content-script-type" content="text/javascript" />
  7.     <title>Nov├í okna budou v┼╛dy pop┼Öed├¡</title>
  8.   </head>
  9.   <body>
  10.     <script type="text/javascript">
  11.     <!-- <![CDATA[
  12.     var myTWin = window.myTWin;
  13.     
  14.     function OpenMyWin(link,winName)
  15.     {
  16.       var retValue=true;
  17.       if (myTWin!=null && !myTWin.closed)
  18.       {
  19.         myTWin.focus();
  20.         myTWin.location.href=link.href;
  21.       }
  22.       else
  23.       {
  24.         myTWin=window.open(link.href,winName);
  25.         if (myTWin==null || typeof(myTWin)=="undefined")
  26.           retValue=false;
  27.         else
  28.         {
  29.           link.target=winName;
  30.           myTWin.focus();
  31.         }
  32.       }
  33.       return retValue;
  34.     }
  35.     //]]> -->
  36.     </script>
  37.     <ul>
  38.       <li><a href="http://interforum.interval.cz/AddPost.aspx?ForumID=38" onclick="return !OpenMyWin(this,'_okno');">Nov├╜ p┼Ö├¡sp─¢vek</a></li>
  39.       <li><a href="http://interforum.interval.cz/User/EditProfile.aspx" onclick="return !OpenMyWin(this,'_okno');">Profil</a></li>
  40.       <li><a href="http://interval.inshop.cz/" onclick="return !OpenMyWin(this,'_okno');">Knihkupectv├¡</a></li>
  41.       <li><a href="http://interval.cz/redakce.asp" onclick="return !OpenMyWin(this,'_okno');">Redakce</a></li>
  42.       <li><a href="http://www.zoner.cz/" onclick="return !OpenMyWin(this,'_okno');">Zoner.cz</a></li>
  43.     </ul>
  44.   </body>
  45. <html>
  46.