Pages that are included with include page control don't display

I have about 6 pages that use the include page control to include the same page. They pass no parameters. The page should be the same in all 6, but it only displays in 2 of them, in the other 4 its blank. The page being included loads no data, its just there to allow users to search a table. I can’t figure out either why this is happening, or how to force the included page to be visible.

After doing further tests it looks like the page the page include control is on just does not load the inclluded page in some cases

Solved it. There was a javascript error in an unused function on the page where the include control would not load.

ktyler, thanks for taking the time to share your resolution!