After I mastered the login into a website using requests I face a new problem. There is an JavaScript onclick event I have to activate to go to a webform where I can submit a telephone number. The HTML Code is
<a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('vOpts'),{'vOpts:j_id_jsp_603288345_5:3:j_id_jsp_603288345_19':'vOpts:j_id_jsp_603288345_5:3:j_id_jsp_603288345_19'},'');}return false">auswählen/ändern</a>
I already searched for a solution without success. Any hints?