First commit 18/08/2000
This commit is contained in:
		
							
								
								
									
										232
									
								
								index.htm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										232
									
								
								index.htm
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,232 @@
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
 | 
			
		||||
<meta http-equiv="Content-Type"
 | 
			
		||||
 | 
			
		||||
content="text/html; charset=iso-8859-1">
 | 
			
		||||
 | 
			
		||||
<title>Inform<EFBFBD>tica D.J.</title>
 | 
			
		||||
 | 
			
		||||
<link rel="stylesheet" type="text/css" href="addons/idj.css"
 | 
			
		||||
 | 
			
		||||
body="addons/idj.css">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<link rel="SHORTCUT ICON" href="http://www.infdj.com/images/infdj.ico" >
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<body background="images/webIDJ-f0.gif" bgcolor="#0D5AB9"
 | 
			
		||||
 | 
			
		||||
text="#000000" link="#FFFFFF" vlink="#FFFFFF" topmargin="0"
 | 
			
		||||
 | 
			
		||||
leftmargin="0">
 | 
			
		||||
 | 
			
		||||
<!--
 | 
			
		||||
 | 
			
		||||
<script src="addons/snow.js"></script>
 | 
			
		||||
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<script language="javascript">
 | 
			
		||||
 | 
			
		||||
function click() { if (event.button==2) { alert('Funcion fuera de servicio'); } }
 | 
			
		||||
 | 
			
		||||
document.onmousedown=click;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
</script><script
 | 
			
		||||
 | 
			
		||||
languaje="JavaScript">
 | 
			
		||||
 | 
			
		||||
  <!-- Hidden to old browsers
 | 
			
		||||
 | 
			
		||||
    var rightVersion=false;
 | 
			
		||||
 | 
			
		||||
  //-->
 | 
			
		||||
 | 
			
		||||
</script><script languaje="JavaScript 1.1">
 | 
			
		||||
 | 
			
		||||
  <!-- Hidden again
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  rightVersion = true;
 | 
			
		||||
 | 
			
		||||
  var objectnumber = 0;
 | 
			
		||||
 | 
			
		||||
  var pictures = new Array();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  //-->
 | 
			
		||||
 | 
			
		||||
</script><script
 | 
			
		||||
 | 
			
		||||
type="text/javascript" languaje="JavaScript">
 | 
			
		||||
 | 
			
		||||
  <!--  Last 'hidding'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  function imagesPreload( name,image1, comment )   
 | 
			
		||||
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
     if (rightVersion)   
 | 
			
		||||
 | 
			
		||||
     {
 | 
			
		||||
 | 
			
		||||
	pictures[objectnumber]= new Array();
 | 
			
		||||
 | 
			
		||||
	pictures[objectnumber][0] = name;
 | 
			
		||||
 | 
			
		||||
	pictures[objectnumber][1] = new Image();
 | 
			
		||||
 | 
			
		||||
	pictures[objectnumber][1].src = image1;
 | 
			
		||||
 | 
			
		||||
	pictures[objectnumber][2] = comment;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
	objectnumber++;
 | 
			
		||||
 | 
			
		||||
     }
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  function off ( name )   
 | 
			
		||||
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
     if (rightVersion)  
 | 
			
		||||
 | 
			
		||||
     {
 | 
			
		||||
 | 
			
		||||
       document.images['logo'].src=pictures[0][1].src;
 | 
			
		||||
 | 
			
		||||
       window.status=""; 
 | 
			
		||||
 | 
			
		||||
     }
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  function on ( name )   
 | 
			
		||||
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
     if (rightVersion)  
 | 
			
		||||
 | 
			
		||||
        for(i=0; i<objectnumber; i++)   
 | 
			
		||||
 | 
			
		||||
	  if (pictures[i][0] == name)
 | 
			
		||||
 | 
			
		||||
	  {
 | 
			
		||||
 | 
			
		||||
	    document.images['logo'].src=pictures[i][1].src;
 | 
			
		||||
 | 
			
		||||
	    window.status=pictures[i][2]; 
 | 
			
		||||
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
imagesPreload("logo",   "images/logoBIG.gif", "Logo inicial" );
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
imagesPreload("bm1",    "images/iinfo01.gif", "Web Din<69>mica: Requiere JAVA, y Estilos" );
 | 
			
		||||
 | 
			
		||||
imagesPreload("bm2",    "images/iinfo02.gif", "Intranet: Reservado a empleados de infDJ" );
 | 
			
		||||
 | 
			
		||||
imagesPreload("bm3",    "images/iinfo03.gif", "Solo HTML: Para navegadores incompatibles" );
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
imagesPreload("qm1",    "images/iinfo04.gif", "Programaci<63>n: <20>Qu<51> ofrecemos?" );
 | 
			
		||||
 | 
			
		||||
imagesPreload("qm2",    "images/iinfo05.gif", "Tiendas: <20>Donde comprar?" );
 | 
			
		||||
 | 
			
		||||
imagesPreload("qm3",    "images/iinfo06.gif", "Academias: Cursos que se imparten" );
 | 
			
		||||
 | 
			
		||||
imagesPreload("qm4",    "images/iinfo07.gif", "CyberCentros: Conexiones a iNet" );
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
//-->
 | 
			
		||||
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<p align="center"><br>
 | 
			
		||||
 | 
			
		||||
<br>
 | 
			
		||||
 | 
			
		||||
<br>
 | 
			
		||||
 | 
			
		||||
</p>
 | 
			
		||||
 | 
			
		||||
<div align="center"><center>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<table border="0" cellpadding="0" cellspacing="0">
 | 
			
		||||
 | 
			
		||||
 <tr><td>
 | 
			
		||||
 | 
			
		||||
   <table border="0" cellpadding="0" cellspacing="0">
 | 
			
		||||
 | 
			
		||||
   <tr>
 | 
			
		||||
 | 
			
		||||
    <td>
 | 
			
		||||
 | 
			
		||||
     <a href="dinamica.htm" onmouseover="on('bm1')" onmouseout="off('bm1')">
 | 
			
		||||
 | 
			
		||||
      <img src="images/webIDJ-f004.gif" border="0" width="128" height="72"></a></td>
 | 
			
		||||
 | 
			
		||||
    <td valign="bottom" background="images/webIDJ-f005.gif">
 | 
			
		||||
 | 
			
		||||
      <img src="images/separador.gif" width="330" height="5"><br>
 | 
			
		||||
 | 
			
		||||
      <img src="images/separador.gif" width="140" height="2">
 | 
			
		||||
 | 
			
		||||
      
 | 
			
		||||
 | 
			
		||||
<font class="wcLink"><strong>Acceso r<>pido a:</strong><br><br></font>
 | 
			
		||||
 | 
			
		||||
      <img src="images/separador.gif" width="181" height="2"><font class="wcLink">[</font><a href="diseno.htm" class="wcLink" onmouseover="on('qm1')" onmouseout="off('qm1')">Programaci<EFBFBD>n</a>
 | 
			
		||||
 | 
			
		||||
<img src="images/separador.gif" width="1" height="2"><font color="#FFFFFF" size="2" face="Verdana" class="wcLink">]</font></td>
 | 
			
		||||
 | 
			
		||||
            </tr>
 | 
			
		||||
 | 
			
		||||
        </table>
 | 
			
		||||
 | 
			
		||||
        <table border="0" cellpadding="0" cellspacing="0">
 | 
			
		||||
 | 
			
		||||
            <tr>
 | 
			
		||||
 | 
			
		||||
                <td><a href="dinamica.htm"
 | 
			
		||||
 | 
			
		||||
                onmouseover="on('bm1')" onmouseout="off('bm1')"><img
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user