for php there is but where can I find the documentation for javascript, so I can find the proper method of an element?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
for (i=0; i <= top.body.document.form_abonnement.ABO_A_PK.options.length;i++)
{
if (top.body.document.form_abonnement.ABO_A_PK2.value == top.body.document.form_abonnement.ABO_A_PK.options[i].value)
top.body.document.form_abonnement.ABO_A_PK.value = top.body.document.form_abonnement.ABO_A_PK2.value;
}