Subj : Re: Error: document ... has no properties To : John Smith From : Brendan Eich Date : Tue Feb 10 2004 05:26 pm 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 Wrong newsgroup! /be > > TIA, > JS .