Hi Bill, not sure about javascript but in C++, the ?: operator all has to be on one line. JS is alot more forgiving but have you tried doing it like this?
this._aaRect[this.nStatus][0].contentSrc = (fReallyUseStreamHeader) ? dialog.Arguments.__IE_OutlookHeader : this._strDocURL; all one the same line (i bet thats going to word wrap cause of email...) ----- Original Message ----- From: "Bill Downall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 8:31 AM Subject: RE: Witango-Talk: print problems with witango pages > On Thu, 8 Jan 2004 10:50:15 -0500, Ben Johansen wrote: > > >Hi bill found this > > >http://www.generation.net/~hleboeuf/shdoclc.htm > > >Might lead you down to a solution > > > Ben, > > Thanks. I've actually been to that web page, and dozens others a lot like it. > None of those suggestions solved this particular problem, although the > systems are very similar. > > On a suggestion that this could be related to Microsoft updates removing > some support for their version of a java virtual machine, I also downloaded > the Sun java virtual machine, and installed it, but that did not make this > particular problem go away. > > 1) Users of IE cannot print a page. Not by clicking a link that leads to a js > function that does a window.print(), not by clicking the printer icon, not by > right-clicking within the page and choosing "print", and not by pulling down > the File menu and choosing print. > > 2) Only web pages generated from TAF files fail to print. HTML pages and > ASP pages on the same web site print fine. > > 3) In all cases, the printer selection dialog does come up. When you click > Print, that's when the error occurs. (A Runtime Error has occured. Line 1343 > Error: Invalid procedure call or argument.) > > 4) When I choose to debug, the screen pictured in the attachment appears. > > 5) Netscape users have no problem at all. > > 6) The problem seemed to appear suddenly, and universally, on two > different servers, and for virtually all Internet Explorer clients. Clients may > have been set to automatically retrieve MS updates and prompt to apply > them. Both servers were set that way, too. > > 7) Witango Server is 5.0.1.058 Chimera (Win32) > > Thanks. > > Bill > > > > > > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
