Results 1 to 5 of 5

Thread: "add to favorites" in HV Menu

  1. #1
    Join Date
    Feb 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default "add to favorites" in HV Menu

    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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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

  3. #3
    Join Date
    Feb 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default well

    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

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well the HV documentation indicates that this sort of syntax can be used:
    Code:
    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 script on your page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Feb 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thanks a lot

    thank you for your patience

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •