RE: CFMX Is not generating entire page

2002-10-18 Thread Mike Townend
Also check for cfcontent as that tag in the Application.cfm stopped the
page from rendering in "certain" conditions which I was unable to track
completely down... Just that debuggin on worked... Debuggin off
didn't... But a very simialr page worked correctly in all cases

-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Friday, October 18, 2002 23:36
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


I finally figured out why the page was not generating. 

I called a  tag in the Application.cfm. Having this anywhere
inside the Application.cfm or the page causes the page not to render
completely.

So if you are using MX make sure that you are not using this tag.

Thanks,
__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__


-Original Message-
From: Mike Townend [mailto:mike@;cfnews.co.uk] 
Sent: Wednesday, October 16, 2002 9:21 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Is your debug on?

I have the same issue on one of my sites

Turn debug output on and the page renders fine, turn debug off and the
page stops

I wrapped the process with  and outputted the #variable#
to the screen and wrote it to a file... The screen version continued to
stop at the same place however the file produced by cffile contained all
the data...

The only workaround I found was that I had a cfcontent in the
application file that was set to output text/html if this was removed
then the site rendered the whole page... If it was there then it
didn't... The trouble with this was that I need the content tag in there
so that the characters used in the site are shown correctly... They
arent when this tag is ommitted




-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Wednesday, October 16, 2002 16:30
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


If you view the source of http://www.druryhotels.com/careers/ you'll see
where the page stops. 

-Original Message-
From: Tony Weeg [mailto:tony@;navtrak.net] 
Sent: Wednesday, October 16, 2002 8:19 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


actually this will work for me fine on the same pagenot double
##'ing it


 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

explain that one!

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.



 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

-Original Message-
From: Tony Weeg [mailto:tony@;navtrak.net] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly apprec

RE: CFMX Is not generating entire page

2002-10-18 Thread John Blayter
I finally figured out why the page was not generating. 

I called a  tag in the Application.cfm. Having this anywhere
inside the Application.cfm or the page causes the page not to render
completely.

So if you are using MX make sure that you are not using this tag.

Thanks,
__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution"
http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__


-Original Message-
From: Mike Townend [mailto:mike@;cfnews.co.uk] 
Sent: Wednesday, October 16, 2002 9:21 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Is your debug on?

I have the same issue on one of my sites

Turn debug output on and the page renders fine, turn debug off and the
page stops

I wrapped the process with  and outputted the #variable#
to the screen and wrote it to a file... The screen version continued to
stop at the same place however the file produced by cffile contained all
the data...

The only workaround I found was that I had a cfcontent in the
application file that was set to output text/html if this was removed
then the site rendered the whole page... If it was there then it
didn't... The trouble with this was that I need the content tag in there
so that the characters used in the site are shown correctly... They
arent when this tag is ommitted




-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Wednesday, October 16, 2002 16:30
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


If you view the source of http://www.druryhotels.com/careers/ you'll see
where the page stops. 

-Original Message-
From: Tony Weeg [mailto:tony@;navtrak.net] 
Sent: Wednesday, October 16, 2002 8:19 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


actually this will work for me fine on the same pagenot double
##'ing it


 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

explain that one!

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.



 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

-Original Message-
From: Tony Weeg [mailto:tony@;navtrak.net] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:jblayter@;interactivesites.com] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFMX Is not generating entire page

2002-10-16 Thread Mike Townend

Is your debug on?

I have the same issue on one of my sites

Turn debug output on and the page renders fine, turn debug off and the
page stops

I wrapped the process with  and outputted the #variable#
to the screen and wrote it to a file... The screen version continued to
stop at the same place however the file produced by cffile contained all
the data...

The only workaround I found was that I had a cfcontent in the
application file that was set to output text/html if this was removed
then the site rendered the whole page... If it was there then it
didn't... The trouble with this was that I need the content tag in there
so that the characters used in the site are shown correctly... They
arent when this tag is ommitted




-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 16:30
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


If you view the source of http://www.druryhotels.com/careers/ you'll see
where the page stops. 

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:19 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


actually this will work for me fine on the same pagenot double
##'ing it


 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

explain that one!

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.



 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: CFMX Is not generating entire page

2002-10-16 Thread John Blayter

If you view the source of http://www.druryhotels.com/careers/ you'll see
where the page stops. 

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:19 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


actually this will work for me fine on the same pagenot double
##'ing it


 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

explain that one!

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.



 http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">  

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFMX Is not generating entire page

2002-10-16 Thread Tony Weeg

and you can see it working fine here...

http://tony.navtrak.net/poundtest.cfm

so, I wonder what else may be the problem for ya?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 11:18 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


strange...it works fine on my cfmx box, 
and displays the whole page fine.

here is what the view source produced





http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">






is it dying for you right @ the ##top part?

any error info in your view source if you view source?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.




http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: CFMX Is not generating entire page

2002-10-16 Thread Tony Weeg

actually this will work for me fine on the same pagenot double
##'ing it



http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">



explain that one!

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.




http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">



-----Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: CFMX Is not generating entire page

2002-10-16 Thread Tony Weeg

strange...it works fine on my cfmx box, 
and displays the whole page fine.

here is what the view source produced





http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">






is it dying for you right @ the ##top part?

any error info in your view source if you view source?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 11:12 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


Here is the code for the imagemap.




http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: CFMX Is not generating entire page

2002-10-16 Thread John Blayter

Here is the code for the imagemap.




http://www.drurygoldkey.com"; alt="DRURY GOLD KEY CLUB:
FREQUENT TRAVELERS" title="DRURY GOLD KEY CLUB: FREQUENT TRAVELERS"
target="_blank">http://www.druryinnercircle.com"; alt="DRURY INNER
CIRCLE: LODGING PLANNERS" title="DRURY INNER CIRCLE: LODGING PLANNERS"
target="_blank">



-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 8:02 AM
To: CF-Talk
Subject: RE: CFMX Is not generating entire page


are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution" http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: CFMX Is not generating entire page

2002-10-16 Thread Tony Weeg

are they href'ed to a name or an actual link to a page?

meaning is it like this 



or like this?



if it's the previous do this...



if it's the second one.

je ne sais pas :) je m'excuse.

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: John Blayter [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 10:58 AM
To: CF-Talk
Subject: CFMX Is not generating entire page


I am having a very weird problem with CFMX not generating the entire
page. It is stopping half way through a image map at the bottom of the
page. I have CF5 in our development environment and it works just fine [
http://drury.dev-sites.com/careers/ ]. However on the production MX
machine it stops half way through the second  tag in the image
map. [ http://www.druryhotels.com/careers/ ] 

Here is what I have done so far to try and fix this.
- Applied the CFMX Updater
- Placed the code for the image map on a single line of code
- Cleared the compiled *.class files and restarted the server

Any help is greatly appreciated.

Thanks,

__
John Blayter
Technical Director
Interactive Sites, Inc.
"The Online Hospitality Solution"
http://www.interactivesites.com/
Phone: 480.707.1600
Fax: 480.707.1601
__


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.