Subj : Re: Error: document ... has no properties To : netscape.public.mozilla.jseng From : Kenan Date : Mon Feb 23 2004 09:12 am 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. .