- HOME
Welcome

www.Prometheuz.es.tl

Códigos HTML 2

 
 

           CODIGOS HTML PARA TU WEB 2


                                   
                                   DIFICULTAR COPIA DE LA WEB:




<Script language=JavaScript>
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert("Coloca el mensaje aquí.");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Coloca el mensaje aquí.");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>

                                 

                                      GALERIA PARA LA WEB:




table cellpadding="0" border="0">     <caption><strong>Titulo de tu galeria</strong></caption>     <tbody>         <tr>             <td width="100%"><img width="400" height="264" name="photoslider" src="URL DE LA PRIMERA IMAGEN" _fcksavedurl="URL DE LA PRIMERA IMAGEN" alt="" /></td>         </tr>         <tr>             <td width="100%">             <form name="rotater" method="POST">                 <div align="center"><center>                 <p><script language="JavaScript1.1">
 
/*
Photo Slider II- By Kevin Adams (kadams70@hotmail.com)
For this script and more
Visit http://www.javascriptkit.com
*/
 
var photos=new Array()
var text=new Array()
var which=0
var what=0
 
//Change the below variables to reference your own images. You may have as many images in the slider as you wish
photos[0]="URL DE LA PRIMERA IMAGEN"
photos[1]="URL DE LA SEGUNDA IMAGEN"
photos[2]="URL DE LA TERCERA IMAGEN"
photos[3]="URL DE LA CUARTA IMAGEN"
photos[4]="URL DE LA QUINTA IMAGEN"
photos[5]="URL DE LA SEXTA IMAGEN"
photos[6]="URL DE LA SEPTIMA IMAGEN"
 
//change coresponding description
text[0]="DESCRIPCION DE LA PRIMERA IMAGEN"
text[1]="DESCRIPCION DE LA SEGUNDA IMAGEN"
text[2]="DESCRIPCION DE LA TERCERA IMAGEN"
text[3]="DESCRIPCION DE LA CUARTA IMAGEN"
text[4]="DESCRIPCION DE LA QUINTA IMAGEN"
text[5]="DESCRIPCION DE LA SEXTA IMAGEN"
text[6]="DESCRIPCION DE LA SEPTIMA IMAGEN"
 
window.onload=new Function("document.rotater.description.value=text[0]")
 
function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which];
what--
document.rotater.description.value=text[what];
}
}
 
function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
what++
document.rotater.description.value=text[what];
}
else window.status='End of gallery'
}
 
function type()
 {
 alert("This textbox will only display default comments")
 }
 
 
</script></p>                 <p><input type="text" size="50" style="width:400px" name="description" /></p>                 <p><input type="button" onClick_fckprotectedatt="%20onClick%3D%22backward()%22" name="B2" value="<<Back" /> <input type="button" onclick_fckprotectedatt="%20onclick%3D%22forward()%22" name="B1" value="Next>>" /><br />                 <a onClick_fckprotectedatt="%20onClick%3D%22which%3D1%3Bwhat%3D1%3Bbackward()%3Breturn%20false%22" href="#" _fcksavedurl="#"><small>Hecho por: nombre del quien hizo la galeria</small></a></p>                 </center></div>             </form>             </td>         </tr>     </tbody> </table>
 

                 

                         IMAGEN EN LA PARTE INFERIOR IZQUIERDA:




<a href='URL DEL SITIO WEB' _fcksavedurl='URL DEL SITIO WEB'style='display:scroll;position:fixed;bottom:0px;left:0px;'> <img src='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN'/></a>

             

                        IMAGEN EN LA PARTE SUPERIOR IZQUIERDA:




<a href="DIRECCIÓN URL A ABRIR" style="display:scroll;position:fixed;top:0px;left:0px;"> <img src="URL DE LA IMAGEN"></a>
 

                   

                   IMAGEN EN LA PARTE INFERIOR DERECHA:




<a href="DIRECCIÓN URL A ABRIR" style="display:scroll;position:fixed;bottom:0px;right:0px;"> <img src="URL DE LA IMAGEN"></a>

                   

                        BOTONES ADELANTE,ATRAS,ACTUALIZAR:




<input type="button" value="Atrás" onclick="history.back()" style="font-family: Verdana; font-size: 6 pt">
<input type="button" value="Actualizar" onclick="window.location.reload()" style="font-family: Verdana; font-size: 6 pt">
<input type="button" value="Adelante" onclick="history.forward()" style="font-family: Verdana; font-size: 6 pt">

                             

                                      FECHA EN TU PAGINA WEB:




 <script language="JavaScript">
<!--
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
if(myday == 0)
day = " Domingo, "
else if(myday == 1)
day = " Lunes, "
else if(myday == 2)
day = " Martes, "
else if(myday == 3)
day = " Miércoles, "
else if(myday == 4)
day = " Jueves, "
else if(myday == 5)
day = " Viernes, "
else if(myday == 6)
day = " Sábado, "
if(mymonth == 0)
month = "Enero "
else if(mymonth ==1)
month = "Febrero "
else if(mymonth ==2)
month = "Marzo "
else if(mymonth ==3)
month = "Abril "
else if(mymonth ==4)
month = "Mayo "
else if(mymonth ==5)
month = "Junio "
else if(mymonth ==6)
month = "Julio "
else if(mymonth ==7)
month = "Agosto "
else if(mymonth ==8)
month = "Setiembre "
else if(mymonth ==9)
month = "Octubre "
else if(mymonth ==10)
month = "Noviembre "
else if(mymonth ==11)
month = "Diciembre "
document.write("<font face=arial, size=1>"+ day);
document.write(myweekday+" de "+month+ "</font>");
// -->
</script>

                                


Hoy habia 16 visitantes (24 clics a subpáginas) ¡Aqui en esta página!
 

Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis