The landlord, you are unclear: If you get the file name of this page, you can use:
Function Get (STR) // Extract this document name from the link address
{
Return str.match (/// ([^ /? /] *) (/? | $) /) [1];
}
Alert (Location.href);