Those types of errors are always a pain to debug (although I hear tell Firefox is rather good for such things... I wouldn't know, I'm a Maxthon user myself). If you are like me though and tend towards the manual debugging approach...
I'd start by throwing an alert("1"); at the start of your showIReport() function. See if your getting there or not. That will narrow down the location of the problem by half :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, February 22, 2005 2:40 pm, Eric Lemle said: > I have an error on this line.... and it use to work... > > <input name="Ireport1" value="Itinerary Report" type="button" > onClick='javascript:showIReport(81);' > > > the method is in the view source file.... > > > function showIReport( id ) { > childWindow=window.open( > 'SiteVisitAction.do?dispatch=display&imode=Modify&report=true&site_visit_id='+id, > 'Itinerary_Report', > 'toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=800,height=800'); > childWindow.focus(); > } > > > > Please help. > > 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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]