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?
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):
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 .