Javascript is a method to get the current page's address from the previous page

  • 2020-03-30 01:49:12
  • OfStack

 
<script language="javascript"> 
alert(document.referrer); 
</script> 

Related articles: