Error using ColdFusion.Navigate
I am getting the following error when I click on a specific cfmenu link:
Error processing JavaScript in markup for element cf_layoutareamyContent
Here is the link:
<cfmenuitem name="rpts" href="javaScript:ColdFusion.navigate('reports.cfm','myContent');" display="Reports" />
After clicking OK on the error the page displays as expected and the link to the cfwindow works as well. However when I click the home menu itema nd then click this menu item again the screen goes blank. Any ideas?
cfdebug output:
error:http: Error processing JavaScript in markup for element cf_layoutareamyContent:
Thanks in advance!
-David
