RE: Netscape 6 and JS form submitting

2001-10-03 Thread Dave Watts
Sorry for the very off topic post, but this has me stumped and you all have always been the best place to go to for help. Netscape 6 has very little documentation out there, so doing the simplest tasks seems tough. I am just trying to submit a form using Javascript... and it won't

RE: Netscape 6 and JS form submitting

2001-10-03 Thread Stuart Duncan
Yep, same thing... Object is not a function I've found documentation that says that submit() is supported by Netscape 6, yet it continues to give me these problems it's so very frustrating. At least if it was a complex problem that wasn't working, it wouldn't bother me so much. Stuart

Re: Netscape 6 and JS form submitting

2001-10-03 Thread Don Vawter
Subject: RE: Netscape 6 and JS form submitting Sorry for the very off topic post, but this has me stumped and you all have always been the best place to go to for help. Netscape 6 has very little documentation out there, so doing the simplest tasks seems tough. I am just trying

RE: Netscape 6 and JS form submitting

2001-10-03 Thread Andrew Tyrone
Stuart: Perhaps you can post the code. I tested the example code I posted a few minutes ago in Netscape 6 and it worked fine. Andy -Original Message- From: Stuart Duncan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 6:28 PM To: CF-Talk Subject: RE: Netscape 6

RE: Netscape 6 and JS form submitting

2001-10-03 Thread Andrew Tyrone
Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 6:21 PM To: CF-Talk Subject: Re: Netscape 6 and JS form submitting I don't know if this applies or not but make sure you don't name a submit button submit or you will lose your hair like I did

Re: Netscape 6 and JS form submitting

2001-10-03 Thread Stuart Duncan
your hair like I did - confuses the browser big time. - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 4:19 PM Subject: RE: Netscape 6 and JS form submitting Sorry for the very off topic post, but this has me stumped

Re: Netscape 6 and JS form submitting

2001-10-03 Thread Don Vawter
() on a method but the browsers are tolerant and that can cause problems. - Original Message - From: Andrew Tyrone [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 4:33 PM Subject: RE: Netscape 6 and JS form submitting As long as the type attribute is equal

RE: Netscape 6

2001-04-27 Thread JustinMacCarthy
- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 4:29 PM To: CF-Talk Subject: RE: Netscape 6 And people wunder why no one bothers to suport it :-) -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 14:52

RE: Netscape 6

2001-04-27 Thread Craig Dudley
PROTECTED]] Sent: 27 April 2001 11:59 To: CF-Talk Subject: RE: Netscape 6 I said it before and I'll say it again Mozilla is a great browser. Netscape built NS6 on a 0.8 branch of Mozilla. When the next version of Netscape come out you should a good browser, with a great JavaScript debugger , Mail

RE: Netscape 6

2001-04-26 Thread Thomas Chiverton
And people wunder why no one bothers to suport it :-) -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: 25 April 2001 14:52 To: CF-Talk Subject: RE: Netscape 6 That is a known bug in Netscape 6. The latest updates have not yet fixed the problem

Re: Netscape 6

2001-04-25 Thread miles
Has anyone else had problems with coldfusion and netscape 6? For some reason, it seems to lose form vars when they're passed to the action page. My code works in Netscape 4.x and IE so I know it's not a code issue. I had the same problem doing development with version 4.5 of CF. until I

RE: Netscape 6

2001-04-25 Thread Benjamin S. Rogers
That is a known bug in Netscape 6. The latest updates have not yet fixed the problem. Benjamin S. Rogers Web Developer, c4.net Voice: (508) 240-0051 Fax: (508) 240-0057 -Original Message- From: Mike Provoost [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 12:47 AM To: CF-Talk

RE: Netscape 6

2001-04-24 Thread Christopher Cortes
Mike, Are you attempting to pass variables from a non-secure page to a secure page? - Chris !--- Christopher Cortes |Coming Q3 2001: Consultant | Stonebridge Technologies, Inc. |

RE: Netscape 6 out UGH!!!!

2000-12-21 Thread Philip Arnold - ASP
Known Netscape 6 bug list. http://www.richinstyle.com/bugs/mozilla.html I just got a phone call from Rentokill about my Netscape 6 installation hehehehe Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: netscape 6 iframes

2000-11-27 Thread Neil Clark
it wont. ! --- Neil Clark Senior Web Applications Engineer mcb digital Tel. +44 (0)20 8941 3232 Tel. +44 (0)20 8408 8131 [Direct] http://www.mcbdigital.com --- ~~ Structure your

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread Mike Amburn
it wont. geez. is there any alternative for iframe in netscape? iframe is such an incredible tool, i can't believe they didn't put it in netscape 6. -mike ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread James Lawrence
I've just tried the following and it worked fine in Netscape 6 : IFRAME SRC="http://www.freeserve.com" HEIGHT="400" WIDTH="300"/IFRAME James -Original Message- From: Mike Amburn [mailto:[EMAIL PROTECTED]] Sent: 27 November 2000 16:20 To: CF-Talk Subject:

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread Neil Clark
they are 'conforming to standards' NN6 is basically a w3 tool that follows the web specs TO THE LETTER No Layer, No Iframe, well pretty much not anything. u are probably looking at the final build ever... hooray N ! --- Neil Clark Senior Web

RE: netscape 6 iframes

2000-11-27 Thread ron
does anyone know if netscape 6 will do iframes now? According to http://sites.netscape.net/ekrock/standards.html it will, but I haven't tested it. -ron ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: netscape 6 iframes -- any equivalent for netscape

2000-11-27 Thread Neil Clark
now use h-core JS 2 get stuff done ! --- Neil Clark Senior Web Applications Engineer mcb digital Tel. +44 (0)20 8941 3232 Tel. +44 (0)20 8408 8131 [Direct] http://www.mcbdigital.com ---

Re: Netscape 6 woes

2000-11-27 Thread Larry W. Virden
Previously someone wrote... None of my javascript/dhtml dynamic menus are working. My flash controls are not working. I was wondering - does anyone know of a Unix or web based tool that, given a page containing javascript, dhtml, etc. returns to you warning, error, and style suggestion

Re: Netscape 6 woes

2000-11-24 Thread Birgit Pauli-Haack
Some additional food for thought:-)) http://www.scottandrew.com/index.php?dom/dom_doit.html Cheers, Happy Thanksgiving to all US Americans:-)) Birgit PS: today is turkey sandwich day Monday, November 20, 2000, 7:24:08 PM, you wrote: ARRGGGHHH. Anyone know of any resources for getting

Re: Netscape 6 woes

2000-11-23 Thread Jon Hall
Message - From: "Michael Taylor" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 23, 2000 1:11 AM Subject: RE: Netscape 6 woes Netscape 6 has a problem with TCP/IP connections. Many cant even get it to run. All you can do is wait for the upgra

Re: Netscape 6 woes

2000-11-23 Thread Rob Keniger
on 11/23/00 8:25 PM, Jon Hall at [EMAIL PROTECTED] wrote: Why is it that everyone seems to be having problems with N6? I have had no problems on the 3 computers I have installed it on. I am loving the CSS support and, I am now finding that more of my pages look correct in N6 and IE5.5. This

Re: Netscape 6 woes

2000-11-23 Thread Michael Thomas
. Sincerely, Mike P.S. Happy Thanx Giving to all on the list. From: Rob Keniger [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Netscape 6 woes Date: Thu, 23 Nov 2000 21:55:49 +1000 on 11/23/00 8:25 PM, Jon Hall at [EMAIL PROTECTED] wrote: Why

RE: Netscape 6 woes

2000-11-22 Thread Michael Taylor
Netscape 6 has a problem with TCP/IP connections. Many cant even get it to run. All you can do is wait for the upgrade. --Original Message-- From: "Richard Colman" [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: November 21, 2000 12:24:08 AM GMT Subject: Netscape 6 woes None of

RE: Netscape 6 woes

2000-11-22 Thread Michael Taylor
Netscape 6 has a problem with TCP/IP connections. Many cant even get it to run. All you can do is wait for the upgrade. --Original Message-- From: "Richard Colman" [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: November 21, 2000 12:24:08 AM GMT Subject: Netscape 6 woes None of

Re: Netscape 6 woes

2000-11-22 Thread Rob Keniger
"Richard Colman" [EMAIL PROTECTED] wrote: None of my javascript/dhtml dynamic menus are working. My flash controls are not working. to which Michael Taylor at [EMAIL PROTECTED] responded: Netscape 6 has a problem with TCP/IP connections. Many cant even get it to run. All you can do is

RE: Netscape 6 and StyleSheets

2000-11-17 Thread Sandra Clark
Also something I found out the hard way. Don't use underscores in class names. eg. Not Text_black NS 4.7 and IE use them. NS 6 does not. Use a CSS style checker and set it for CSS1. That helps. NS6 is not only CSS1 compliant (mostly) but extremely picky, like the rest of it. -Original

Re: Netscape 6 out UGH!!!! [OT]

2000-11-16 Thread Rob Keniger
on 11/16/00 8:57 AM, Scott, Andrew at [EMAIL PROTECTED] wrote: I would consider Web Design easy, because it actually is. However its when you wish to start to do application development that it becomes harder. I disagree with this statement. GOOD web design is not easy and the way in which

RE: Netscape 6 out UGH!!!!

2000-11-16 Thread DeVoil, Nick
In case it helps anyone, this is the resource that I used to make my stuff work in N6 as well as the other two: http://sites.netscape.net/ekrock/standards.html It tells you everything you need to know about what N6 *deliberately* won't handle. Doesn't help you with the N6 bugs of course.

RE: Netscape 6 out UGH!!!! [OT]

2000-11-16 Thread Nick Betts
-Talk Subject: Re: Netscape 6 out UGH [OT] on 11/16/00 8:57 AM, Scott, Andrew at [EMAIL PROTECTED] wrote: I would consider Web Design easy, because it actually is. However its when you wish to start to do application development that it becomes harder. I disagree with this statement. GOOD web

Re: Netscape 6 out UGH!!!! [OT]

2000-11-16 Thread Rob Keniger
on 11/16/00 8:39 PM, Nick Betts at [EMAIL PROTECTED] wrote: Rob, I agree with your comments, but after looking at your company website (home page and contact us only?) I wonder whether you are putting your thoughts into actions.. You are, of course, free to assume what you like. -- Rob

RE: Netscape 6 out UGH!!!!

2000-11-16 Thread Robert Everland
Everland III [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 8:07 PM To: CF-Talk Subject: RE: Netscape 6 out UGH Go to www.dixonusa.com then click no flash then click shopping. That little application works perfect in IE 4-5 and Netscape 4.7 not 6 Bob -Original Message

RE: Netscape 6 out UGH!!!!

2000-11-16 Thread Benjamin S. Rogers
In case it helps anyone, this is the resource that I used to make my stuff work in N6 as well as the other two: Thanks. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057

RE: Netscape 6 out UGH!!!! - i cant get to load, anyone else?

2000-11-16 Thread Mike Amburn
i've tried four installations and still i can't netscape 6 to load. it installs fine. but when i launch it, it displays the the splash screen that says "Netscape 6", the java console loads in my system tray, and that's all that happens. the process continues to run (using no CPU) until i end it

RE: Netscape 6 out UGH!!!!

2000-11-16 Thread Park, Simon
http://developer.netscape.com/docs/technote/dynhtml/collapse/index.html The example DHTML code on this page in netscape's site doesn't work in Netscape 6. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Simon Park Computer Systems Management, Inc. Ph: 703-823-4300 x119

Re: Netscape 6 out UGH!!!!

2000-11-16 Thread Jon Hall
Known Netscape 6 bug list. http://www.richinstyle.com/bugs/mozilla.html jon - Original Message - From: "Robert Everland" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 9:04 AM Subject: RE: Netscape 6 out UGH Tha

Re: Netscape 6 out UGH!!!!

2000-11-16 Thread Jesse
Yeah it sucks bad! - Original Message - From: "Jon Hall" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 1:21 PM Subject: Re: Netscape 6 out UGH Known Netscape 6 bug list. http://www.richinstyle.com/bugs/mozilla.html

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread DeVoil, Nick
I have basic Javascript in my browser that works completely fine in Netscape 4.7. Now Netscape 6 comes out and it doesn't work, what is up with that. I think there are a couple of different issues here. Firstly, the main reason JS written for NN4.7 won't work in N6 is that NN4.7 is

re: Re: Netscape 6 out UGH!!!!

2000-11-15 Thread mikec
on netscape? Actually i lied i don't use IE i'm a Neoplanet man (a skin to IE5.0) maybe we need a recount Mike Cartier #code.monkey# ** Original Subject: Re: Netscape 6 out UGH ** Original Sender: "Justin Scott" [EMAIL PROTECTED] ** Original Date: Tue, 14 Nov 2000 21:05:45 -0500 *

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread mikec
Whenever I'm sitting fretting over something tricky that isn't working after 3 hours of working on it, I'm reminded of a sage word of wisdom my father told me ... "No one pays big money for something any fool could do!" hmm apparently you haven't been following the US election very

Re: Netscape 6 out UGH!!!!

2000-11-15 Thread wayne
- Original Message - From: "Scott, Andrew" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 10:42 PM Subject: RE: Netscape 6 out UGH Correct me if I am wrong, but mozilla being the very first offical browser. Has set the

RE: Re: Netscape 6 out UGH!!!!

2000-11-15 Thread Gavin Myers
: re: Re: Netscape 6 out UGH Isn't that a bit like riding a bicycle instead of owning a car, because a car may break down. I personally use IE, because it does more. if oyu look at netscape 6 they have obviously been looking to catch up to the goodies available in IE. Now what will you do

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Peter Theobald
drew Scott Senior Cold Fusion Application Developer ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 08:44 To: CF-Talk Subject: RE: Netscape 6 out UGH Does any of this reall

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Kevin Miller
I disagree with this mentality completely. All browsers should be standards compliant so that us developers can spend more time doing the things we are really paid to do: develop kick-ass web-based APPLICATIONS. Spending hours tweaking this and that and making compromises to achieve some

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Paul Johnston
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 15:34 To: CF-Talk Subject: Re: Netscape 6 out UGH - Original Message - From: "Scott, Andrew" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 1

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread lsellers
My main question is: is there anyway to download the entire thing at once? (I hate these stupid internet setup programs that are starting to be popular. You can't save the thing to cdr or share to setup on intranet machines.) --min

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread John McKown
ovember 15, 2000 10:34 AM To: CF-Talk Subject: Re: Netscape 6 out UGH - Original Message - From: "Scott, Andrew" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 10:42 PM Subject: RE: Netscape 6 out UGH Correct me if

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Lanny R. Udey
Hi, Our observations are similar to Nicks. All of the issue we had with Netscape 6 ended up being our not adhering 100% to the standards. Both Netscape 4.X and IE 5 let much not-compliant code pass. To echo others from the list, the compliance CSS and DOM plus bug fixes for things in 4.X

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Jeremy Allen
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 11:31 AM To: CF-Talk Subject: RE: Netscape 6 out UGH My main question is: is there anyway to download the entire thing at once? (I hate these stupid internet setup programs that are starting to be popular. You can't save the thing

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread David Livingston
It gives you an option to save the setup files to disk. You should be able to copy those to a CD and do an install from the CD. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 10:31 AM To: CF-Talk Subject: RE: Netscape 6 out

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Jeff Fongemie
, 2000 11:31 AM To: CF-Talk Subject: RE: Netscape 6 out UGH My main question is: is there anyway to download the entire thing at once? (I hate these stupid internet setup programs that are starting to be popular. You can't save the thing to cdr or share to setup on intranet machines.) --min

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Dan G. Switzer, II
11:31 AM To: CF-Talk Subject: RE: Netscape 6 out UGH My main question is: is there anyway to download the entire thing at once? (I hate these stupid internet setup programs that are starting to be popular. You can't save the thing to cdr or share to setup on intranet machines.) --min

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Robert Everland
If you go to ftp.netscape.com you can download the whole thing, found it by accident. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 11:31 AM To: CF-Talk Subject: RE: Netscape

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Gavin Myers
I just downloaded N6 and didn't really see anything wrong with it so far. It has better support for CSS (a: hover works finally). But as of yet (last 30 minutes) i haven't seen any mission critical things with it yet. Does anyone have any specific examples of things that don't work like they

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Hales, John M
Yes, go to their FTP site: ftp.netscape.com it's under the 'pub' directory. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 11:31 AM To: CF-Talk Subject: RE: Netscape 6 out UGH My main question is: is there anyway to download

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Dan G. Switzer, II
, November 15, 2000 1:28 PM To: CF-Talk Subject: RE: Netscape 6 out UGH Any one else have trouble running it? I d/loaded and installed it fine, but It crashes on startup! I even uninstalled it, then reinstalled it and it still crashes! I'm not impressed. Jeff Fongemie -Original Message

Re: Netscape 6 out UGH!!!!

2000-11-15 Thread Dirk De Bock
there is a 25 meg file at ftp://ftp.netscape.com//pub/netscape6/english/6.0/windows/win32/sea/N6Setup. exe that should be the full install as far as I can tell Archives:

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Chris Montgomery
-Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 2:31 PM To: CF-Talk Subject: RE: Netscape 6 out UGH snip Does anyone have any specific examples of things that don't work like they used to? Like when using js what doesn't work

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Ken Wilson
The thing that bugged me was the user isn't given an option to not have any existing defaults changed during installation, NS6 just makes the changes without asking. I was given the choice during the installation of NS6. Said no and all works just like it always has. Ken

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Scott, Andrew
] -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 16:05 To: CF-Talk Subject: RE: Netscape 6 out UGH Well I for one am thankful that it's not a piece of cake to develop reliable websites. If it was easy, there'd be a FrontPage that works fine, and we'd

RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Robert Everland III
Go to www.dixonusa.com then click no flash then click shopping. That little application works perfect in IE 4-5 and Netscape 4.7 not 6 Bob -Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 3:31 PM To: CF-Talk Subject: RE: Netscape 6 out

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Bert
go to www.netscape.com, click on the link to download netscape6, and javascript error: 'is_ie' is undefined nice Bert -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: 14 November 2000 18:01 To: CF-Talk Subject: Netscape 6 out UGH Well

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Jaime Garza
This is a multi-part message in MIME format. --=_NextPart_000_00B6_01C04E25.AC752A10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On the other hand, I had code that only worked and looked good in IE, and broke badly in Netscape 4.75. With 6 it at

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Jeremy Allen
Netscape 6 is crap, Go get a nightly build of Mozilla.. NO ONE is going to use or support Netscape 6 until they get it working right, they have not. It is a huge bloated marketing tool. Use Mozilla, its like the directors cut of netscape minus all the stupid BS like AIM and the AOL Icons on

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Larry W. Virden
In my opinion, IE was what killed the entire topic of web browsers - it stinks, Netscape is getting to be as bad, or perhaps even worse now, and everyone else went off and pouted because the big boys didn't want to let them play ball. That's too bad - at least the iCab, Opera and a few other

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Greg Wolfinger
with. Just because it's Microsoft doesn't mean you have to hate it. Greg - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 1:50 PM Subject: RE: Netscape 6 out UGH In my opinion, IE was what killed the entire topic

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Raymond K. Camden
IE is based off of Mozilla? Did I wake up on another planet today? As far as I know, thats _defintely_ not the case. (Although I prefer IE over Netscape as you do.) === Raymond Camden, Principal Spectra Compliance Engineer for

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Dave Watts
I also hate to tell you that IE and Netscape are based off of the open source Mozilla project which Opera has followed closely with. While I prefer IE to other browsers, I don't think there's anything in IE which has to do with Mozilla, or open source in general for that matter. For

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Chuck Hergenroeder
it. Greg - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 1:50 PM Subject: RE: Netscape 6 out UGH In my opinion, IE was what killed the entire topic of web browsers - it stinks, Netscape is getting to be as bad, or pe

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Scott, Andrew
PROTECTED] -Original Message- From: Raymond K. Camden [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 08:28 To: CF-Talk Subject: RE: Netscape 6 out UGH IE is based off of Mozilla? Did I wake up on another planet today? As far as I know, thats _defintely_ not the case. (Although I

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Rick Lamb
of the W3C. I just always thought Microsoft did a better job at conforming to these standards then Netscape. Rick -Original Message- From: Raymond K. Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 3:28 PM To: CF-Talk Subject: RE: Netscape 6 out UGH IE is based off

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Jon Hall
Have you taken a look at your user_agent string lately? HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) jon - Original Message - From: "Raymond K. Camden" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 4:28 PM S

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Stuart Duncan
From: Raymond K. Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 3:28 PM To: CF-Talk Subject: RE: Netscape 6 out UGH IE is based off of Mozilla? Did I wake up on another planet today? As far as I know, thats _defintely_ not the case. (Although I prefer IE ove

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Dave Watts
IE is based off of Mozilla? Have you taken a look at your user_agent string lately? HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) That doesn't mean that IE is based off of Mozilla. It means that it identifies itself to HTTP servers as compatible with Netscape 4. This

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Scott, Andrew
: RE: Netscape 6 out UGH Does any of this really matter? All that they should care about is if there browser conforms the W3C specifications so I can count on things to work how they are suppose to. Not how they are suppose to according to Microsoft or Netscape or any other browser. I thought

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Jaime Garza
n USER_AGENT is from mozilla.org, but from the prehistory of Netscape. -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 3:38 PM To: CF-Talk Subject: Re: Netscape 6 out UGH Have you taken a look at your user_agent string lately? HTT

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Justin Scott
IE, while not everyone's most favorite, actually does tolerate developers more. It allows for errors. Figures out what you were most likely trying to do. Netscape doesn't allow for that as much. But if you do exactly what it had intended, then it could very well work better than IE. For me,

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Kevin Miller
I'm sure that the Microsoft developers would be very surprised to hear this. Early versions of both Netscape and IE were both based on the original NCSA Mosaic code, but those days are long gone. Kevin [EMAIL PROTECTED] 11/14/00 12:50PM I also hate to tell you that IE and Netscape are based

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Scott, Andrew
Application Developer ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: Jaime Garza [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 11:52 To: CF-Talk Subject: RE: Netscape 6 out UGH This is a multi-part message in MIME format

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Scott, Andrew
November 2000 12:09 To: CF-Talk Subject: Re: Netscape 6 out UGH IE, while not everyone's most favorite, actually does tolerate developers more. It allows for errors. Figures out what you were most likely trying to do. Netscape doesn't allow for that as much. But if you do exactly what

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Chris Lott
I see Netscape as the HTML equivalent to coding with "Strict Attribute Validation" turned on g. I think you mean "lowest common denominator" c Archives:

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Robert Everland III
$ hater all they want but at least they know how to make a browser. Bob Everland -Original Message- From: Scott, Andrew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 8:47 PM To: CF-Talk Subject: RE: Netscape 6 out UGH I think it depends a lot on Corporations, in Australia

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Scott, Andrew
-Talk Subject: RE: Netscape 6 out UGH I for one could not find anything positive to say about Netscape 6. It never once blew me away. I have basic Javascript in my browser that works completely fine in Netscape 4.7. Now Netscape 6 comes out and it doesn't work, what is up with that. I already

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Michael She
: Tuesday, November 14, 2000 1:50 PM Subject: RE: Netscape 6 out UGH In my opinion, IE was what killed the entire topic of web browsers - it stinks, Netscape is getting to be as bad, or perhaps even worse now, and everyone else went off and pouted because the big boys didn't want to let

Re: Netscape 6 out UGH!!!!

2000-11-14 Thread Justin Scott
I see Netscape as the HTML equivalent to coding with "Strict Attribute Validation" turned on g. I think you mean "lowest common denominator" Perhaps, but I was referring more to the fact that Netscape points out HTML problems much more readily than IE does, which forces the coder to follow

RE: Netscape 6 out UGH!!!!

2000-11-14 Thread Michael Kear
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 November 2000 08:44 To: CF-Talk Subject: RE: Netscape 6 out UGH Does any of this really matter? All that they should care about is if there browser conforms the W3C specifications so I can count on things to work how they a

RE: Netscape 6 Eats Microsoft PWS...Story at 11

2000-04-07 Thread Steve Bernard
: Netscape 6 Eats Microsoft PWS...Story at 11 Damn... and I was s looking forward to those killer new useful features... instant email "chat" and "designer skins". Anyway to install it with just the browser and mail client without all the "high

Re: Netscape 6 Eats Microsoft PWS...Story at 11

2000-04-06 Thread Chris Giminez
I installed N6 (hate it, btw). No problem with PWS though. Chris Giminez Owner - Cyber Scriber Web Site Design 831-728-4469 ICQ# 2628000 Yesterday evening I installed the Netscape 6 beta. I just realized that the Personal Web Server icon was missing in my Win98 sys tray and trying to

RE: Netscape 6 preview release 1

2000-03-30 Thread Christian Labrecque
Is it stable? Can we have it? -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 3:45 PM To: [EMAIL PROTECTED] Subject: Netscape 6 preview release 1 hey guys, someone on slashdot noticed that netscape accidentally put it on

RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford
How does the new Netscape look?? And can you tell a speed increase? Doug -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 12:45 PM To: [EMAIL PROTECTED] Subject:Netscape 6 preview release 1 hey guys, someone on slashdot noticed

Re: Netscape 6 preview release 1

2000-03-30 Thread Howie Hamlin
It's going to be released April 5, anyway. There is also specuation that AOL will switch to Mozilla. Article: http://www.pcworld.com/cgi-bin/pcwtoday?ID=15969 Regards, Howie - Original Message - From: KungFusion [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 30, 2000

Re: Netscape 6 preview release 1

2000-03-30 Thread KungFusion
Message - From: "Christian Labrecque" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 30, 2000 2:49 PM Subject: RE: Netscape 6 preview release 1 Is it stable? Can we have it? -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday

RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford
What do you mean destroying every website?? -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 1:11 PM To: [EMAIL PROTECTED] Subject:Re: Netscape 6 preview release 1 it's stable but it is destroying every website I go

Re: Netscape 6 preview release 1

2000-03-30 Thread William James
usion" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 30, 2000 1:10 PM Subject: Re: Netscape 6 preview release 1 it's stable but it is destroying every website I go to where do you want me to put this thing so you guys can get it? Brian Silvers [EMAIL PROTECTED] X-Net W

Re: Netscape 6 preview release 1

2000-03-30 Thread Kevin Hemenway
it's stable but it is destroying every website I go to where do you want me to put this thing so you guys can get it? Well, if you have a sense of humor, rename it netscape6beta.mp3 and post it to Napster ;) Kevin Hemenway --

Re: Netscape 6 preview release 1

2000-03-30 Thread KungFusion
ubject: RE: Netscape 6 preview release 1 What do you mean destroying every website?? -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 1:11 PM To: [EMAIL PROTECTED] Subject: Re: Netscape 6 preview release 1 it's stable but it is destroying every we

Re: Netscape 6 preview release 1

2000-03-30 Thread Steve Aylor
Yeah baby... Napster... Napster Napster Napster... Napster... Napster... it's stable but it is destroying every website I go to where do you want me to put this thing so you guys can get it? Well, if you have a sense of humor, rename it netscape6beta.mp3 and post it

Re: Netscape 6 preview release 1

2000-03-30 Thread Chris Lott
Does renaming any file work? Wrapster creates a nice mp3 container for any item, which can then be shared on napster and found using 32khz/32000 as search parameters... c -- Chris Lott [EMAIL PROTECTED], Technical Manager Center for Distance Education, University of AK Fairbanks p907.474.5122

  1   2   >