Moongazer
01-25-2016, 01:59 AM
1) Script Title: Bookmark Site
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex9/addbook.htm
3) Describe problem: The Bookmark Site script does not work for me. Can anyone tell me what I'm doing wrong? The webpage I'm using it on is the main (index.htm) page at: http://tiny.cc/timeanddate (shortened URL) and the script is in files/bookmark.js. I include it in the webpage as shown below. (I am using Firefox 43.0.4.)
<head>
<script type='text/javascript' src='files/bookmark.js'></script>
</head>
<body>
<a href="javascript:bookmarksite('Time Zones and the International Date Line Part 1', 'http://tiny.cc/timeanddate')"> Bookmark this page</a>.
</body>
The code in the .js file is copied exactly as is from the DD script page, minus the html <script> and </script> tags.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex9/addbook.htm
3) Describe problem: The Bookmark Site script does not work for me. Can anyone tell me what I'm doing wrong? The webpage I'm using it on is the main (index.htm) page at: http://tiny.cc/timeanddate (shortened URL) and the script is in files/bookmark.js. I include it in the webpage as shown below. (I am using Firefox 43.0.4.)
<head>
<script type='text/javascript' src='files/bookmark.js'></script>
</head>
<body>
<a href="javascript:bookmarksite('Time Zones and the International Date Line Part 1', 'http://tiny.cc/timeanddate')"> Bookmark this page</a>.
</body>
The code in the .js file is copied exactly as is from the DD script page, minus the html <script> and </script> tags.