10 Feb
2002
10 Feb
'02
11:56 a.m.
Steven Turoff wrote:
Greetings,
I am getting a NameError when using Mozilla 0.9.x or Netscape 6. The application works fine using Internet Explorer. The traceback is:
(Object: pricing) File /site/zope/lib/python/DocumentTemplate/DT_Util.py, line 339, in eval (Object: REQUEST.set('thisID', createID())) (Info: REQUEST) File , line 0, in ? NameError: createID
createID is located in the / directory. Has anyone else noticed strange behavior using either of these browsers?
i would be very surprised if this was browser-specific, unless creadID has some code in it the sniffs for browsers... yo doing any browser sniffing in your app? cheers, Chris