Đây giống như một sự thay thế SCRIPT_NAME của PHP bằng JavaScript.
location.href.split('/').pop();
Ví dụ với URL này:
https://css-tricks.com/examples/ScriptName/index.php
Mã này:
document.write( location.href.split('/').pop() );
Sẽ ghi vào trang: “index.php”