On Mon, 13 Sep 1999 17:35:20 +0100, Sealey, M. wrote:
> > > We've posted over and over again that cookies are fixed in
> > > the latest beta, which will be part of pre-release v3. So
> > > don't keep posting 'cookies don't work..' within Voyager3
> > > pre-release 2! :)
> >
> > I /didn't/ say that cookies didn't work. Read the Subject line. My
> > inquiry was about V3's Javascript implementation. The web site
> > REPORTS that the browser doesn't accept cookies or that cookies are
> > turned off. I know V3P2 accepts cookies. I've got a nice big
> > Cookies.1 file in my Cache directory.
> >
> > The problem is V3's Javascript. The site uses a JS script to check
> > for cookie handling. It's the JS implementation that's causing the
> > problem, NOT the actual cookie handling.
>
> Wrong, the problem is in V3's cookie handling. Javascript just references
> the cookie handling part of the browser and the browser fails.
>
> The Javascript works. The cookies do NOT.
Well, the JS implementation is not without its problems either. So it
could be a combination of both.
Even simple scripts fail to work on V3P2. Evidence:
<HTML>
<HEAD>
<TITLE>A Simple Javascript Example</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function DoIt() {
alert('Click Away!');
}
// -- End -->
</SCRIPT>
</HEAD>
<BODY>
<H3>Alert example</H3><HR>
<FORM>
<INPUT TYPE="Button" NAME="MyButton" VALUE="Click Me" ONCLICK="DoIt()">
</FORM>
</BODY>
</HTML>
This script doesn't work correctly on V3, but it does on Opera,
Netscape, IE, and AWeb. Haven't tried iBrowse 2.1.
I guess that's why programmers invented beta testing. ;-)
--
Patrick Bartek (NoLife Polymath Group)
[EMAIL PROTECTED]
http://www.access1.net/bartek
____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"