Referrer of a document (URL of the document) : Document « Development « JavaScript DHTML
- JavaScript DHTML
- Development
- Document
Referrer of a document (URL of the document)
<html>
<body>
The referrer of this document is:
<script type="text/javascript">
document.write(document.referrer)
</script>
</body>
</html>
Related examples in the same category