11.09.2018 Views

Aprender a desarrollar un sitio Web con PHP y MySQL

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<br />

<br />

La página lista_becario_que_modificar.php es:<br />

<br />

<br />

<br />

<br />

Ejercicio formación<br />

<br />

<br />

f<strong>un</strong>ction comprueba_Fecha(Fecha_recibida) {<br />

if (Fecha_recibida == ’’) {<br />

alert(’Fecha no válida’);<br />

document.formulario.enviar.disabled=true;<br />

}<br />

else {<br />

document.formulario.enviar.disabled=false;<br />

}<br />

}<br />

f<strong>un</strong>ction enable_formador(param) { //Id_becario en parámetro<br />

//reajustar a cero los checkbox<br />

var i;<br />

var obj_input;<br />

for (i = 0; i < document.formulario.elements.length; i++)<br />

{<br />

obj_input = document.formulario.elements[i];<br />

if(obj_input.type=="checkbox" &&<br />

obj_input.name.substring(0,12)!="modificacion") // prueba si<br />

//el tipo = CheckBox y el nombre modificacion<br />

{<br />

obj_input.disabled=true;<br />

if (obj_input.id.substring(obj_input.id.indexOf("_")+1) ==<br />

www.FreeLibros.me

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!