Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2004
    Location
    Canada
    Posts
    720

    Book mark Code help!

    Hi,

    This is a code from a phpbb hack but its basic HTML. This code adds my/your web page to be your default home page. I want it to add my/your page to " favorites" Instead. How can I do this?

    Here is the code
    a href="#" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('....');">Mysite</a>
    Last edited by Xoopiter-Jeff; 04-28-2004 at 01:14 AM.
    Xoopiter.com:: The new standard in Web Hosting

  2. #2
    Join Date
    Jul 2003
    Location
    Kuwait
    Posts
    5,104
    Code:
    <a href="#" onclick="window.external.AddFavorite('http://www.myhomepage.com','My Home Page')">add to favorites</a>

  3. #3
    Join Date
    Mar 2003
    Posts
    879
    Originally posted by fyrestrtr
    Code:
    <a href="#" onclick="window.external.AddFavorite('http://www.myhomepage.com','My Home Page')">add to favorites</a>
    WOW!! that's sweet and neat!!

  4. #4
    Join Date
    Feb 2004
    Location
    Canada
    Posts
    720
    Originally posted by fyrestrtr
    Code:
    <a href="#" onclick="window.external.AddFavorite('http://www.myhomepage.com','My Home Page')">add to favorites</a>
    Thanks man!
    Xoopiter.com:: The new standard in Web Hosting

Posting Permissions

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