Current Location

Now, when you want to know the location of the page in a frame (the URL of the frame won't appear in the Location on the top of the browser), you can always use this script, so if you have to change your page's filename, you don't have to find where you typed it down and renew it.

This script is so easy that I can just explain to you how to do that.  All you got to do is copy the lines below and paste it where you want your Currect Lovation appears.

<SCRIPT>
<!--
document.write(document.URL)
//-->
</SCRIPT>
And then everything is set up for you.  If you don't know what I am saying, then see an example below.
 
<HTML>
<BODY>
The URL of this particular frame is
<SCRIPT>
<!--
document.write(document.URL)
//-->
</SCRIPT>.
</BODY>
</HTML>
See? Instead of typing the URL down, you input this script.  You do not have to reset the script after you rename the file, the script renews the URL everytime you rename the file.
 

IMPORTANT: The scripts provided in this page are free as long as you keep the credits in the code.  E-mail me or use Script Rebuild Service for additional help about Cut N Paste or to ask for a script that is just for you.

Post Your Script Home