Re: [Zope] Favorites

2000-09-26 Thread Tino Wildenhain

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  -  [EMAIL PROTECTED]
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 )




RE: [Zope] Favorites

2000-09-26 Thread rishi


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:[EMAIL PROTECTED]]
Sent: dinsdag 26 september 2000 8:27
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
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  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Favorites

2000-09-26 Thread Phil Harris

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¬))
[EMAIL PROTECTED]

- Original Message -
From: "rishi" [EMAIL PROTECTED]
To: "'Tino Wildenhain'" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
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:[EMAIL PROTECTED]]
 Sent: dinsdag 26 september 2000 8:27
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 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  -  [EMAIL PROTECTED]
 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 )


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Favorites

2000-09-25 Thread rishi



Hi guys I've got a reply that my explaination was not good, let me try
again;

I have a website running on zope with apache.
The users of my site can store memo's and bookmarks there.
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.

--" 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'

Thanks.


___
Zope maillist  -  [EMAIL PROTECTED]
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 )