View Full Version : "add to favorites" in HV Menu
kapara
12-28-2005, 07:49 PM
hi
i try to activate "add to favorites" with the menu
i tried:
Menu8=new Array("add","javascript:makeLink()","",0);
but it doesn't work
please please can anyone help?
thankyou in advance
jscheuer1
12-29-2005, 09:56 AM
What makes you think that should do anything? Where is:
function makeLink(){
whatever
}
and what does it have in place of 'whatever'?
kapara
12-29-2005, 10:08 AM
look, i'm sorry but i'm not a programmer, i'm a designer
i have no idea how to make it work
i'll appreciate it if you could tell me what i'm supposed to do
what do i put in the line above (Menu8=...) and should i put something else elsewhere?
and please write slowly :) so i can understand
thank you very much for your patience
lenny
jscheuer1
12-29-2005, 10:25 AM
Well the HV documentation indicates that this sort of syntax can be used:
Menu8=new Array("Boomark This Site","javascript:bookmarksite('title_of_site', 'url_of_site')","",0,0,0,"","","","","");
This would also require you to have the bookmarksite (http://www.dynamicdrive.com/dynamicindex9/addbook.htm) script on your page.
kapara
12-30-2005, 06:01 PM
thank you for your patience
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.