Want to pass username selected from a dynamic list, after entering password. That is opening a page with the parameter username.,
Have a script to pick the right username but want to enter password before opening the page loyniord:,
Have a script to pick the right username but want to enter password before opening the page loyniord:,
Code:
<script type="text/javascript">
function getID(f) { var ID;
ID = f.bla.options[f.bla.selectedIndex].value; location.replace( 'loyniord.php?heiti='+ ID );}
</script>
Comment