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.

if(obj_input.type=="checkbox") // comprueba si CheckBox<br />

{<br />

obj_input.disabled=true;<br />

obj_input.checked=false;<br />

}<br />

if(obj_input.name.substring(0,5)=="inicio" ||<br />

obj_input.name.substring(0,3)=="fin") // comprueba si fecha inicio o<br />

// si fecha de fin<br />

{<br />

obj_input.disabled=true;<br />

}<br />

}<br />

// recuperar el Id_formacion seleccionado en<br />

//la lista _tipo_formacion<br />

id_formacion=document.formulario._tipo_formacion.options[<br />

document.formulario._tipo_formacion.selectedIndex].value;<br />

var matriz_formador = new Array();<br />

matriz_formador = matriz_formacion[id_formacion];<br />

for(var i= 0; i < matriz_formador.length; i++)<br />

{<br />

document.getElementById(<br />

"formador"+matriz_formador[i]).disabled=false;<br />

document.getElementById(<br />

"inicio"+matriz_formador[i]).disabled=false;<br />

document.getElementById(<br />

"fin"+matriz_formador[i]).disabled=false;<br />

}<br />

}<br />

<br />

<br />

<br />

Insertar <strong>un</strong> becario en formación<br />

<br />

nom: <br />

nombre: <br />

nacionalidad: <br />

<br />

<br />

tipo de formación:

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

Saved successfully!

Ooh no, something went wrong!