﻿// JScript File

function showlocation()
		{
	
		  var con=document.getElementById("dtplocation")
		   var str=con.options[con.selectedIndex].value	;		
	       document.getElementById('hdloc').value  = str;
		// alert( document.getElementById('hdloc').value)
		  
		   
		 } 