Thank dewd but <dtml-var REQUEST> doesn't give the info I'am looking for. I allready tried that and a lot more. I did get a asp script for this but I can't implement it into zope. -----Original Message----- From: Tino Wildenhain [mailto:tino@wildenhain.de] Sent: dinsdag 26 september 2000 8:27 To: rishi@zreal.net Cc: zope@zope.org Subject: Re: [Zope] Favorites 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