[Zope] Favorites
Phil Harris
phil.harris@zope.co.uk
Tue, 26 Sep 2000 09:12:14 +0100
rishi,
What does the ASP script look like?
Send me a copy privately if you want, I'll scan through and see if I can
make any suggestions.
Phil (ex. ASP thingy 8¬))
phil.harris@zope.co.uk
----- Original Message -----
From: "rishi" <rishi@zreal.net>
To: "'Tino Wildenhain'" <tino@wildenhain.de>
Cc: <zope@zope.org>
Sent: Tuesday, September 26, 2000 8:29 AM
Subject: RE: [Zope] Favorites
>
> 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
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )