![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
I have looked at the tutorials but they have nothing on Bookmarking pages to Favorites. * I want to add a bookmark to each of my pages on my Website. * I have been advised to do it in email form * I have selected email format, added shapes and coloured them, but I want to know how to link this to favorites. * When my customers click on "Bookmark Now", I want my site to go to their favourites in Internet explorer. Which part to I use to make this button work. Thanks |
|
#2
| ||||
| ||||
|
You'll need javascript to do this: Step 1: Copy this code into the <HEAD> section using the Page HTML tool of BlueVoda: <SCRIPT LANGUAGE="JavaScript"> function addbookmark() { bookmarkurl="http://www.bluevoda.com" bookmarktitle="My Favorite Web Builder" if (document.all) window.external.AddFavorite(bookmarkurl,bookmarkti tle) } </SCRIPT> Step 2: Add a link and enter this URL: javascript:addbookmark() Or Add an Advanced Button (Insert|Form|Advanced Button) Change the properties to: Button type: OnClick OnClick action: Execute JavaScript function OnClick value: addbookmark()
__________________ Forum Moderator BlueVoda Specialist |
|
#4
| |||
| |||
|
Is anyone having trouble making this work? I followed the above instructions, but when I click the bookmark link, nothing happens. I am using the lastest version of bluevoda, so I was thinking maybe this is a bug in the new version. Any ideas? |
|
#5
| |||
| |||
|
I have found out that if you copy and paste the code pablo gives you above, you need to fix his typo. (Sorry Pablo) Above, there is a space in bookmarktitle - see below "(bookmarkurl,bookmarkti tle)" Fix it so it says "(bookmarkurl,bookmarktitle)" After that fix it worked for me! |
|
#7
| ||||
| ||||
|
Thanks Pablo, worked great !
__________________ Bill www.blueearthtea.com www.ftaaconsulting.com www.iaval.com www.theemeraldbay.com |
|
#8
| ||||
| ||||
|
Added your script, Pablo, to my site. Thanks so much. Works perfectly!
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Browse button and upload box. | Rubicon | Forms | 1 | 11-13-2005 09:50 AM |
| Button Problem | NimaZ | BlueVoda - General Issues | 1 | 10-10-2005 09:26 AM |
| Attaching photo to formm with browse button | findach | General Support Issues | 0 | 09-26-2005 12:59 PM |
| Bookmark Function | Patti Johnson | BlueVoda - General Issues | 4 | 09-14-2005 07:40 PM |
| Send this page to a friend button | limebrook1 | BlueVoda - General Issues | 1 | 06-26-2005 08:59 AM |