4 Jan
2002
4 Jan
'02
10:53 p.m.
At 07:50 AM 01/04/2002, Oleg Broytmann wrote:
On Fri, Jan 04, 2002 at 06:23:08AM -0600, Steven Turoff wrote:
<dtml-if "thisPage exists">
<dtml-if "_.hasattr('thisPage')">'
I'm still confused as to how I obtain thisPage. For example, the following files and folders exist: /index_html /services/ If I go to the URL www.mysite.com/services/index_html, I will be shown /index_html because of acquisition. If I use the above advice, I get <dtml-if "_.hasattr('index_html')">. However, if I was on a page such as /services/foo_html, the code would be <dtml-if "_.hasattr('foo_html')">. So, the question is, how do I get the name of the document being requested? Thanks, steve