From owner-freebsd-questions Thu Jul 12 1:28:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by hub.freebsd.org (Postfix) with ESMTP id 65F8937B403 for ; Thu, 12 Jul 2001 01:28:27 -0700 (PDT) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.12 #1 (Debian)) id 15Kbpj-00011z-00 for ; Thu, 12 Jul 2001 02:28:27 -0600 Date: Thu, 12 Jul 2001 02:28:27 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Subject: javascript problems with Netscape on FreeBSD Message-ID: 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 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