Hi Krik
Thank you, its working (so far!).
I was close with my original code but I knew it was an overkill:
onclick="location.href='BDCmaintAADclients.php?default_client_ID=(this.form.client_select_list.options[this.form.client_select_list.selectedIndex].value)'"
It works with both window.location.assign and location.href though the latter appears to take a bit longer. Is that possible?
The form that I want to populate with the clicked client's data is on the same page (BDCmaintAADclients.php) as the list. How can I populate it without having to reload the page? Something about the <DIV> tag and and href blah blah internal?
Chris