Skip to main content
Inspiring
June 10, 2008
Question

Tabs Not Showing for cflayout

  • June 10, 2008
  • 2 replies
  • 280 views
I am using the following code to create a tabbed page. This code works fine in the development server, but my ISP's server it shows no tabs and the data is just stacked like the included files. Any thoughts on why this is happening?

Thanks,
Steve
This topic has been closed for replies.

2 replies

Inspiring
June 15, 2008
Is your ISP using the same version of Coldfusion or something newer than yours?, sometimes it easy to overlook the most trivial fact so thought I'll throw this in here.
Inspiring
June 15, 2008
I haven't tried this particular tag myself, but just from my experience with javascript I am making the following suggestion.

Use firebug to find the .js files (By clicking on the Net tab) that are used when the page is being served from your local and then your ISP server. Once you know the difference you may be able to fix it.