Well, there really is no reason to edit rsspausescroller.js unless you are not placing the lastrss files in the same folder in relation to your page as it is in the archive:
Code:
//URL to "scrollerbridge.php" on your server:
var bridgepath="lastrss/scrollerbridge.php"
Though it can also be edited for advanced formatting purposes, if you know what you are doing.
In any case, yes - if you are editing rsspausescroller.js, use NotePad.
The location to upload it to is the one that your page that uses it expects to find it. This is determined by the served source code of your page here:
Code:
<script type="text/javascript" src="rsspausescroller.js">
/***********************************************
* RSS Pausing Scroller- © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/ for source code and documentation
***********************************************/
</script>
If it looks like that, the rsspausescroller.js file goes in the same folder as your page.
You can see the served source code of your page by loading the live copy of it in the browser and using the 'view source' from the browser's View menu.
If there is any doubt as to the relative locations of any of the files, the absolute paths to the files may always be used.
Bookmarks