heh, welcome to the world of programming :P  how many times have u caught 
yourself spending hours over something so careless, such as not putting a 
comma in a certain place, or little things like that.  Netscape is just as 
strict as coldfusion, or most programming languages =), but u should be 
angry (at yourself tho hehehe)

syntax syntax syntax!








>From: "Won Lee" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Yet another reason why I hate Netscape
>Date: Thu, 20 Sep 2001 14:50:22 -0400
>
>I'm not certain this is a reason to hate Netscape.  In fact, I ask(ed) my
>team members to work primarily in Netscape.  Netscape forces strict table
>structuring.  I have also found that if it works in Netscape, it generally
>works in IE.  Don't get me wrong.  I earnestly feel that IE is a superior
>product.  But for writing HTML and CFML, I feel Netscape is a better tool.
>
>Won
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, September 20, 2001 2:34 PM
>To: CF-Talk
>Subject: Re: Yet another reason why I hate Netscape
>
>
>Here's a lovely nutscrape story.  Dynamically generating a table with
>cfloop.  Displays fine in IE.  Open it nutscrape and loe and behold, 
>there's
>a huge space at the top of the page.  You have to scroll down to see it.
>For 3 days, 3 DAYS, I played with the stupid thing.  Copy and pasted the
>code, re wrote the code over and over, changed the way I processed it all 
>to
>no avail.  Then, I'm putting in little test strings throughout the page to
>see if I somehow missed a tag which would cause it to display before the
>table and then suddenly it worked.  Do you know what the fix was?  putting 
>a
>non-blank space between the closing of the opening body tag, and the 
>opening
>table tag!! I was beside myself.
>
>Michael
>----- Original Message -----
>From: "t nelson" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, September 20, 2001 12:28 PM
>Subject: Re: Yet another reason why I hate Netscape
>
>
> > Matt,
> >
> > I Removed SETCLIENTCOOKIES="YES" and now it works with good ol' 
>Nutscrape.
>I
> > would however be very interested in finding out why this works???? Oh
>well,
> > "live and learn" I guess. Maybe one of the CF guru's in the community 
>can
> > enlighten me as to why this works.
> >
> > Thanks for the help everyone.
> >
> > Kindest Regards,
> >
> > Nelson
> >
> >
> > ----Original Message Follows----
> > From: "Matt Robertson" <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: CF-Talk <[EMAIL PROTECTED]>
> > Subject: Re: Yet another reason why I hate Netscape
> > Date: Thu, 20 Sep 2001 01:04:46 -0700
> > Received: from [207.31.122.190] by hotmail.com (3.2) with ESMTP id
> > MHotMailBD72FFD700A64004320BCF1F7ABE096185; Thu, 20 Sep 2001
>02:28:00 -0700
> > Received: from hof001.cfhosting.net ([207.31.122.190])          by
> > hof001.houseoffusion.com (Post.Office MTA v3.5.3 release 223          
>ID#
> > 0-54969U100L100S0V35) with ESMTP id com          for
> > <[EMAIL PROTECTED]>;          Thu, 20 Sep 2001 04:08:49 
>-0400
> > >From [EMAIL PROTECTED] Thu, 20 Sep 2001
>02:28:31 -0700
> > message-id: <001b01c141aa$eaaf5750$4b3ea640@msbhome>
> > precedence: bulk
> > References: <[EMAIL PROTECTED]>
> >
> > I had this problem when I migrated an existing site to newer code.  
>Drove
>me
> > nuts.  One thing I did was put CFID and CFTOKEN in the bottom right hand
> > corner of the page and discovered I was getting a new cfid/cftoken on
>every
> > page.  From there I found -- and for the life of me I don't know why 
>this
> > is -- that if I removed SETCLIENTCOOKIES="YES" from the cfapplication
> > statement that the problem disappeared.  The statement wasn't in my 
>older
> > code, but was in the newer one. Here's the working statement:
> >
> > <CFAPPLICATION NAME="namehere"
> >   SESSIONMANAGEMENT="YES"
> >   CLIENTMANAGEMENT="YES"
> >   CLIENTSTORAGE="#request.SiteDSN#"
> >   sessiontimeout="#CreateTimeSpan(0,1,0,0)#"
> >   applicationtimeout="#CreateTimeSpan(0,2,0,0)#">
> >
> > Hope this helps,
> >
> > -----------------------------------------
> > Matt Robertson      [EMAIL PROTECTED]
> > MSB Designs, Inc. http://mysecretbase.com
> > -----------------------------------------
> >
> >  > I am working on an application which uses some a session variables. 
>It
> > works
> >  > perfectly in IE (of course), however when I try to load the exact 
>same
> >  > page(s) in netscape the variable does not exist.
> >
> >
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to