[Zope] Favorites

Tino Wildenhain tino@wildenhain.de
Tue, 26 Sep 2000 08:27:21 +0200


Hi rishi,

rishi wrote:
> 
...
> The following tihng is going on; they are uploading the bookmark file
> manualy, by exporting from IE or NS. There is a util called
> "ImportExportFavorites", a javascript syntax that gets the bookmarks and
> post them to the server.

One has to have a glance at it to say more.

> --" javascript:window.external.ImportExportFavorites(false,'your server
> adress') "--
> 
> when I use this util, it will send it's data tru the http_user_agent called
> "favorites",
> is there a posible way for grabbing the data it is sending into zope ?
> it will send a file called 'img.fav'
Depends. It would always helpful, if you make a dtml_method with just

<dtml-var standard_html_header>
<dtml-var REQUEST>
<dtml-var standard_html_footer>

to see whats going on.

HTH
Tino