Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 02:28:27 -0600 (MDT)
From:      RJ45 <rj45@slacknet.com>
To:        freebsd-questions@freebsd.org
Subject:   javascript problems with Netscape on FreeBSD
Message-ID:  <Pine.LNX.4.21.0107120223570.3952-100000@slacknet.slacknet.com>

next in thread | raw e-mail | index | archive | help

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('<head>');

etc...

winaup.document.writeln('</html>');
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0107120223570.3952-100000>