Click to See Complete Forum and Search --> : Bookmark.js problems in multiple folder levels
dan1dyoung
11-26-2003, 04:24 PM
The bookmark javascript at:
http://javascript.internet.com/miscellaneous/bookmarks.html
seems a brilliant script, but it only works if the page with the bookmark and the .js are in the same folder (same level), i cant see how to make it work when there are pages with the add bookmark script in different folders (levels) and the one .js file in one folder??
Any ideas?? please help
96turnerri
11-27-2003, 11:40 AM
yeah you going to have to
<script type="text/javascript" src="../bookmark.js"></script>
if child to bookmark.js
<script type="text/javascript" src="../../bookmark.js"></script>
if childchild get the pattern
96
dan1dyoung
11-27-2003, 01:59 PM
Hi,
Thanks for the reply, i have checked and that is what i was doing but if you add a favourite in one level and another in another level, you can not delete them both from the one level where the .js file is??????????????????
Please see attached to explain better
96turnerri
11-27-2003, 03:10 PM
right i added a bm for levels 0 2 and 3, when i click all bms it only shows 0, when click level 0 view its shows bm 0, level 2 shows bm 2 and 3 shows 2 and 3
so what you want is when click all bms all show and when click level 3 view only 3 shows right?
dan1dyoung
11-27-2003, 03:58 PM
No the extra pages were so i could see where the links were going, what i am trying to do is have one .htm page to display all the bookmarks (my favourites.htm) in the parent level with the .js file, and have a link to add a bookmark on most pages in different levels throughout my site, but as you said you can only see certain links on the allbookmarks page (my favourites.htm), and you can only delete certain links that are displayed on that page aswell (depending on what level they were added)???
96turnerri
11-27-2003, 05:35 PM
o right i see, work on it tonight should have an answer for you in morning, hope to spk to you then
96
dan1dyoung
11-30-2003, 09:12 AM
Any luck/Ideas
96turnerri
11-30-2003, 09:41 AM
unfortunatly no :mad: