accessing value of javascript variable in php
i have a
<script language="javascript">
<!--
function datePickerReturn( oDay, oMonth, oYear )
{
var [b:nyok6c34]date111[/b:nyok6c34]=oDay + '/' + oMonth + '/' + oYear;
alert(test);
}
//-->
</script>
from this i want access the [b:nyok6c34]date111[/b:nyok6c34] value into the textbox
can anyone please help me
DEvPPL