Hi Ken,
I have used your code as I am trying to achieve something very similar.
<script>
window.onload=function()
{
var input_name=document.getElementById("input_name");
//set the user name here
input_name.value="ken";
call_submit_form();
}
</script>
The script worked great but i need to do this dynamically, could you provide me with some code to achieve this?
All the best
Mike