Subj : Re: Error: document ... has no properties To : netscape.public.mozilla.jseng From : John Smith Date : Mon Mar 01 2004 02:48 pm Yes, I have both scripts in the same directory, but not the directory of the JSP page that I reference them in. If I co-located them, would it work then? I'll try it and see. Thanks. JS Kenan wrote: > John Smith wrote: > >> What does the following mean? >> >> Error: show_calendar is not defined >> Source File: >> javascript:show_calendar(document[getNetuiTagName('abc')][getNetuiTagName('requestDate')], >> document[getNetuiTagName('abc')][getNetuiTagName('requestDate')].value); >> Line: 1 >> >> I'm using BEA Weblogic Workshop 8.1.2 and I have to use a funky way of >> referencing documents and elements when using Javascript. The same >> Javascript works fine in Internet Explorer (BLECH!), but it does not >> work in Netscape 7.1 or Mozilla 1.6. >> >> I am using a Javascript found here: >> http://javascriptkit.com/script/script2/timestamp.shtml >> >> TIA, >> JS > > Do you have the script that it includes?? If not, you need to download > it and put it in the same directory that the webpage is in. > .