Forum Moderators: mack

Message Too Old, No Replies

Page appear's twice

please advice

         

Shuvi

9:32 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



For some reason I did something (no clue what) But my page appears twice. One below the other. Can someone please help.

Shuvi

mack

11:43 pm on Aug 26, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It is just your page that is it a problem, or all pages you are trying to view?

If it is the first then I think you must have dome something like select all then pasted the html again by mistake at the bottom of your html document.

If your page is written in php also make sure you have not included something that you shoulden't have.

Mack.

Shuvi

12:32 pm on Aug 27, 2004 (gmt 0)

10+ Year Member



My page is ColdFusion. I check for both of the suggestions and I don't see that I've done any. It is just my page that I created. I have created multiple pages for that site but it's one of them that does that. It started happening when I was trying to include a java script to create a toolbar menu. I'm still not sure what I did. The toolbar wasn't working out so I removed it but the page still appears twice. It only appears twice if I go to it from one page (link) but if I go to it from another link then it appears fine.
Thanks for the advice! I appreciate all the help.

lorax

2:53 pm on Aug 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is it a dynamically built page? If so, it sounds like you may have something in your script - possibly in the URL (passing any variables?) - that's causing CF to output the page twice. Look for the CFOUTPUT tags. Make sure there's only one set.

Shuvi

3:49 pm on Aug 27, 2004 (gmt 0)

10+ Year Member



Thanks everyone! It turned out that I was using a CFINCLUDE instead of a CFLOCATION!

Silly me! :)