Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 530
0 Users 4 Guests Online

Bookmark Page

Here is a nice simple tutorial on how to bookmark a page to internet explorer and a like browsers.


Code

on (release) {
getURL (\"javascript:window.external.AddFavorite(
'http://www.WEBSITE URL.com','DESCRIPTION');\");
}



on(release) { when the mouse button has been clicked and released do the following in the { and } tags.

getURL is basicly the same as linking a page using

Code

<a href=>



then it is a little bit of javascript to tell IE to add the favourite.
and then close it off.

you have to add the code to the button you want to be clicked to run the script.

You can also make vars to retrive the current URL the user is on and make that the favourite.

Enjoy!
chrism
Author:
Views:
2077
Rating:
There are currently no comments for this tutorial.