I ran your javascript code in a page and it works 100%. Hence, I am thinking that Frank's comment's are right on target.
NG. On Tue, 22 Feb 2005 16:32:18 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Hmm... usually, in my experience, this type of error results when some > other object has the name of the function you are trying to call by > mistake. This especially can happen when you are naming objects > dynamically in a JSP. Any chance of that? You may want to use any of > the tools available for IE or FF that shows the document tree, usually > easy to spot such a problem then. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > Eric Lemle wrote: > > > > Eric D. Lemle > > Senior Programmer / Analyst > > Intermountain Health Care > > 36 South State Street, Suite 1100 > > Salt Lake City, Utah 84111 > > United States of America (USA) > > (801) 442-3688 -- e-mail: [EMAIL PROTECTED] > > > > > > > >>>>[EMAIL PROTECTED] 2/22/2005 1:23:46 PM >>> > > > > Eric, > > > > No javascript guru here, but... > > > > 1) Are you sure that this function is there? (check page source) > > yes at the top > > 2) Is this function declared at the very bottom and it's a huge and > > slow loading page and you are clicking that button *before* the page > > is completely loaded? > > I wait till page is loaded and have same problem > > 3) Is the word "javascript" really needed when it's inside "onClick" > > attribute? What would happen if you removed it and just left it as > > onClick='showlReport(81)'? > > I thought the same thing, so I removed the javascript: but still have > > same problem. > > > > > > thanks though!!! > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Take care, NG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]