Si entiendo su pregunta, usted tiene datos en una forma. Cuando se cambia el campo de la forma usted quiere cambiar un acoplamiento y pasar el valor al nuevo URL.
updatelink de la función (z) {
si (z==1) {
document.getElementById (“weblink
”) .src
= “
http://www.AnotherSite.com/Index.htm?z=” + z;
} si (z==2) {
document.getElementById (“weblink
”) .src
= “
http://www.CustomAddress.com/Index.htm?z=” + z;
}
}
http://www.CustomAddress.com/Index.htm " >