Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/03/2008, 01:53
Avatar de hawaiian050
hawaiian050
 
Fecha de Ingreso: junio-2007
Mensajes: 285
Antigüedad: 17 años, 7 meses
Puntos: 2
Mensaje OnClick en scr y function

Hola tengo echa esta funcion onclick pero tengo algo mal y no se que es o tal vez lo que quiero hacer no se puede sería: al hacer click en ese iframe abrir otro arriba y hacer el success
Código PHP:

<script>

var 
21

var 1

function startClock(){

if(
x!=='Listo'){

x-y

document
.frm.clock.value x

setTimeout
("startClock()"1000)

}

if(
x==0){

x='Listo';

document.frm.clock.value x;

success.location.href="success.php?ad="+document.frm.id.value+"&verify="+document.frm.verify.value;

}}


function 
clicks()
{

if(
x==0){

x='';

success.location.href="success.php?ad="+document.frm.id.value+"&verify="+document.frm.verify.value;

}
</script>
</head>


            
            <body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" onLoad="startClock()" onClick="clicks()"> 
      Editar/Borrar Mensaje 

Última edición por hawaiian050; 16/03/2008 a las 03:46