BookMark Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HostGladiator
    Confirmed User
    • May 2005
    • 816

    #1

    BookMark Question

    I'm putting together a TGP and I have a button for the surfer to click to bookmark the page. My question is what do I need to use in order for them to click it and bring up their bookmark tab? I'm using Macromedia Dreamweaver MX to build the page and have already mapped the button I just can't get the code to work, this is what i have put in: javascript:window.external.AddFavorite('http://www.mytgpsite.com/)
    Thanks for any help.
    HostGladiator- For All Your Hosting Needs!
    Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
    24/7/365 Support- [email protected]
  • BV
    wtf
    • Sep 2001
    • 10914

    #2
    <a href="javascript:window.external.AddFavorite('http ://www.domain.com', 'Description')">
    <font face="Tahoma" size="2" color="#000000">Click here to bookmark us.</font>

    Comment

    • bary
      Confirmed User
      • Jan 2005
      • 306

      #3
      try this one my friend


      <a href="javascript:window.external.AddFavorite('http ://www.yoursite.com/', 'Your title')"> bookmark</a>
      ICQ:568904030

      Comment

      • HostGladiator
        Confirmed User
        • May 2005
        • 816

        #4
        Thanks guys...
        HostGladiator- For All Your Hosting Needs!
        Linux Virtual Hosting, Budget VPS, Premium VPS and Dedicated Server Hosting
        24/7/365 Support- [email protected]

        Comment

        Working...