- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
How can I add a flash page to Favorites
November 15, 2010
Q: How can I add a flash page to Favorites?
A: You should use the following Java script to bookmark the page:
on (release) {
getURL (“javascript:window.external.addFavorite(‘http://www.website.com’,’Website
Title’)”); }
You can apply this script to any button (text, image). It should work. Title’)”); }