There is an error that may give you insight.
Also, I would make the navigation bar within the state at the bottom alphabetical, not numerical - I don't know which page my target city may end up on, but if I had the alphabet I can navigate there faster.
Good Luck
-AP
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.
The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
Variable STARTROW is undefined.
The error occurred in D:\inetpub\vhosts\codyslist.com\httpdocs\dsp_citiesByState.cfm: line 68
Called from D:\inetpub\vhosts\codyslist.com\httpdocs\parsed\codyslist.searchcitiesbystate.cfm: line 34
Called from D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm: line 433
Called from D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm: line 426
Called from D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm: line 1
Called from D:\inetpub\vhosts\codyslist.com\httpdocs\index.cfm: line 9
66 :
67 : <TD width="33%" valign="top">
68 : <cfloop query="showCities" startrow="#startRow#" endrow="#endRow#">
69 : <cfif Int(showCities.CurrentRow MOD 2)>
70 : <cfset class = "Arial-11pxb">
Resources:
* Check the ColdFusion documentation to verify that you are using the correct syntax.
* Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6
Remote Address 76.99.162.86
Referrer
http://www.codyslist.com/index.cfm?fusea...mp;pageNumber=2Date/Time 23-Dec-09 03:13 PM
Stack Trace
at cfdsp_citiesByState2ecfm1604503788.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\dsp_citiesByState.cfm:68) at cfcodyslist2esearchcitiesbystate2ecfm75098048.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\parsed\codyslist.searchcitiesbystate.cfm:34) at cffusebox42eruntime2ecfmx2ecfm366459740._factor15(D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm:433) at cffusebox42eruntime2ecfmx2ecfm366459740._factor17(D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm:426) at cffusebox42eruntime2ecfmx2ecfm366459740.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm:1) at cfindex2ecfm380731634.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\index.cfm:9)
coldfusion.runtime.UndefinedVariableException: Variable STARTROW is undefined.
at coldfusion.runtime.CfJspPage._get(CfJspPage.java:325)
at coldfusion.runtime.CfJspPage._get(CfJspPage.java:287)
at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1405)
at cfdsp_citiesByState2ecfm1604503788.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\dsp_citiesByState.cfm:68)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at cfcodyslist2esearchcitiesbystate2ecfm75098048.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\parsed\codyslist.searchcitiesbystate.cfm:34)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at cffusebox42eruntime2ecfmx2ecfm366459740._factor15(D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm:433)
at cffusebox42eruntime2ecfmx2ecfm366459740._factor17(D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm:426)
at cffusebox42eruntime2ecfmx2ecfm366459740.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\fusebox4.runtime.cfmx.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at cfindex2ecfm380731634.runPage(D:\inetpub\vhosts\codyslist.com\httpdocs\index.cfm:9)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)