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.
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to