Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 10:37:55 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        RJ45 <rj45@slacknet.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: javascript problems with Netscape on FreeBSD
Message-ID:  <20010712103645.T22271-100000@shumai.marcuscom.com>
In-Reply-To: <Pine.LNX.4.21.0107120223570.3952-100000@slacknet.slacknet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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('<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
>
>


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?20010712103645.T22271-100000>