How To Get Html Codes ?

Discussion in 'HTML & Website Design' started by universe, Dec 31, 2006.

  1. #1
    I Need Html Codes For Send An Email To Your Friend About This Site,make This Webpage As Your Home Page,make This Web Page As Your Favorites,etc.

    How To Get Html Codes For These Requirements?

    Are Special Sites Available For This?
     
    universe, Dec 31, 2006 IP
  2. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #2
    iatbm, Dec 31, 2006 IP
  3. Gravereaper

    Gravereaper Banned

    Messages:
    450
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can't just use HTML codes for Send An Email feature, for that use the php script in the above post. Plus you can use the following html codes for the Set As Homepage part:
    <a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://yourpagehere.com');">Click here to make us your default homepage</a>
    Code (markup):
    .. and the following to include a Add To Favorites link in your html page:
    <U>
    <SPAN STYLE='color:blue;cursor:hand;' 
    onClick='window.external.AddFavorite(location.href, document.title);'>
    Add this page to your favorites
    </U>
    Code (markup):
     
    Gravereaper, Dec 31, 2006 IP
  4. internetmarketing

    internetmarketing Peon

    Messages:
    71
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    for sending email, you require php or asp code instead of html code....:)
     
    internetmarketing, Jan 1, 2007 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Actually, you'll need the server-side code to go with the HTML code. The HTML code is for the front-end, whiel the server-side code is for the back-end :).
     
    Dan Schulz, Jan 3, 2007 IP