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
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
What makes you think that should do anything? Where is:
function makeLink(){
whatever
}
and what does it have in place of 'whatever'?
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
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 slowlyso i can understand
thank you very much for your patience
lenny
Well the HV documentation indicates that this sort of syntax can be used:
This would also require you to have the bookmarksite script on your page.Code:Menu8=new Array("Boomark This Site","javascript:bookmarksite('title_of_site', 'url_of_site')","",0,0,0,"","","","","");
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thank you for your patience
Bookmarks