BOOKMARK SCRIPT aggiungi a Preferiti...
Here is the code for the Add to Favourite.
Copy/paste this code right after the <head>.
The below script creates a link that, when clicked on, adds the specified page to the surfer's bookmark list.
<!--webbot bot="HTMLMarkup" startspan --><script LANGUAGE="JavaScript"> <!-- Original: Alex Tu <boudha1@hotmail.com> --> <!-- Web Site: http://www.geocities.com/MadisonAvenue/4368 --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function formHandler(){ var URL = document.form.site.options[document.form.site.selectedIndex].value; window.location.href = URL; // End --> } </script> <!--webbot bot="HTMLMarkup" endspan --><!--webbot bot="HTMLMarkup" startspan --><form name="form"> <p><select name="site" size="1" onChange="formHandler()"> <option selected value="--- Fler javascripts!---">--- Fler javascripts!---</option> <option value="http://javascript.internet.com">The Javascript source</option> <option value="http://javaboutique.internet.com">The JavaBoutique</option> <option value="http://www.jsworld.com">Javascript World</option> <option value="http://www.developer.com/directories/pages/dir.java.html"> Developer.com</option> <option value="http://www2.passagen.se/javahuset">Javahuset på Passagen</option> <option value="http://www.javascripts.com">Javascripts.com</option> </select></p> </form> <!--webbot bot="HTMLMarkup" endspan --></p></td>
Code is from: Dynamic Source
HOME