|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Add Favourites Script
hello there, I have been searching for an asp 'save favourites' script. I wish to use it for a property website where users can save/view/delete their favourite properties, say from a listing.
I'm not entirely sure but I believe that since I do not require a log-in area, this can only be done with cookies. Can somebody please help me with a basic programme flow of how the script might work, a script found online, or developed already that can be modified (I will include full acknowledgements) Many thanks for any help in advance. |
|
#2
|
||||
|
||||
|
I've never seen this done and am not sure it can be.
You will be getting into the browser controls. I do know that you can add the current page to a browsers' favorites using javascript... Code:
window.external.AddFavorite(location.href, document.title); But, if for only your site, this may also help.... Site Favorites Ok, I reread your post and you are talking about customizing styles for your site. Then, if no login, you will have to use cookies if they return and want to keep their choices. Just make a page to read the cookie's values and allow them to edit. This page can be done in asp classic, php, or .Net. Even in javascript if you need. Zath |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Add Favourites Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|