From owner-freebsd-questions Thu Jul 12 7:38: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 8741837B403 for ; Thu, 12 Jul 2001 07:37:57 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f6CEbtT22289; Thu, 12 Jul 2001 10:37:56 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 12 Jul 2001 10:37:55 -0400 (EDT) From: Joe Clarke To: RJ45 Cc: Subject: Re: javascript problems with Netscape on FreeBSD In-Reply-To: Message-ID: <20010712103645.T22271-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have you tried setting the values to "yes" or "no" instead of 1 or 0? The strict JavaScript language states "yes" or "no" for these booleans. Also, if the problem persists, it would be helpful to know what version of Netscape you're using. Joe Clarke On Thu, 12 Jul 2001, RJ45 wrote: > > Look at the strange thing happening to me. > I have a Java script popup code like this: > > > winaup=window.open('','GARRaup','height=600,width=600,resizable=1,scrollbars=1'); > winaup.document.writeln(''); > > etc... > > winaup.document.writeln(''); > winaup.focus(); > > > the problem is that this pop up window works fine if I Access the > html calling document from windows either with Netscape or Explorer, > once I am on FreeBSD the window is popped up with outscrollbars and this > is terrible because users cannot scroll the document and most of all they > cannot click on an important confirmation button at the end of the > page... > > Anyone knows if there is any solution about this strange behaviour?? > > thanks > > Rick > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message