
Hi,
i wrote code like this it is working in properly as for my requirement in IE.But i got result only filename in another browsers.I want same results in all browsers.
it is my code.
<script language="javascript" type="text/javascript">
function filepath(txtval) {
document.getElementById("txtpath").value= txtval.value;
}
</script>
Thanks & Regards
Hari