I took a look at the site - nice look! (I love fishing!)
I think I see your mistake.. it is a very common error with newbies to
cf.. you are using at least 2 sets of headers...
go to the site, select view source, and you will see (removing extraneous
stuff and brackets)
html
head
/head
body bgcolor="#FFFFFF"
HTML
HEAD
/HEAD
BODY bgcolor="#FFFFFF"
what happens is that you probably have one header in the include file and
one in index. Maybe one in application.cfm? You only need one set. Multiple
sets can crash your browser - esp. netscape.
Al Musella
a1webs.com
At 04:07 PM 8/23/2000 -0400, you wrote:
>Hi all,
>
>I have been trying to build a user database for our web site. I am completely
>new to both CF & SQL so it has been an uphill struggle. I'm now working on
>the problem of how to store & move variables from page to page across the
>site. I wanted to use the Application.cfm page and session variables (in
>combination with SQL stored procedures) to accomplish this. However, when I
>put a very, very basic Application.cfm page in place (with only the
>CFAPPLICATION tag) it fragged the entire site. Any ideas on why this
>happened? Is it because every page we display is composed of two pages (an
>index.cfm that CFINCLUDES the artwork and the index_content.htm which is all
>of the content). This is the only way we can do our design (see
>www.marksport.com) and it was in place before I got here so I can't change it.
>
>Any ideas?? HELP!!
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.