I implemented the session variables, but I have found that the only events SELECT tags respond to are onfocus, onblur, and onchange.
I put the javascript function inside an onload event in the body, which did nothing. I can access the session variables, but if the page is loaded, how do I make the elements of the menu appear without the user having to re-enter all the team data?
leagueno = $mleagueno
<onload = 'leagues($mleagueno)'>
this function works if it is placed within the onchange event in the select tag, and there is a value in $mleagueno because it is displayed on the page. Any idea what's going on here?
Thanks