function copyUrl() 
{  
 window.clipboardData.setData("Text",document.URL); 
 alert("the copying of the path is successful!"); 
} 
