Re: [Zope] Arguments in URLs with bookmarks

2001-01-19 Thread peter bengtson
URLs stored in the webbrowser :) Peter - Original Message - From: "Michael W. Homyack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 10:22 PM Subject: [Zope] Arguments in URLs with bookmarks > Hi, > > I've just run across s

Re: [Zope] Arguments in URLs with bookmarks

2001-01-19 Thread Oleg Broytmann
On Thu, 18 Jan 2001, Michael W. Homyack wrote: > http://www.mysite.com/x#gotohere?arga=one&argb=two This is browser issue, not a Zope problem. Make the anchor in the end: http://www.mysite.com/x?arga=one&argb=two#gotohere Oleg. Oleg Broytmann http://www.zope.org/Members/p

[Zope] Arguments in URLs with bookmarks

2001-01-18 Thread Michael W. Homyack
Hi, I've just run across something sort of odd... Let's say I have a DTML Document 'x' in my site, and I am going to link to it with the following URL: http://www.mysite.com/x?arga=one&argb=two When Zope processes the URL, the query arguments arga and argb are stored in the REQUEST o