PDA

View Full Version : bookmarks link?



nele
December 22nd, 2005, 06:43 PM
OK I need a bookmark(favorit) link :huh:
and recomend me link(in flash)

joene
December 23rd, 2005, 12:49 PM
Uhm, the only way I know to bookmark a webpage is with Javascript.


<script language="JavaScript1.2">
var bookmarkurl="http://www.myhomepage.com/"
var bookmarktitle="my personal homepage"
function favorites(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarkti tle)
}
</script>
You can then use this code in combination with Flash. Use the getURL function to make a javascript popup, in which you execute this code.