Question
Templates and meta-tag URL
I'm building a ColdFusion page off of a template; to cover
non-javascript browsers (it's just a redirect) I have this:
<noscript><meta http-equiv="REFRESH" content="0;URL=../nojs.cfm"></noscript>
Now, from the Templates directory, the URL path is correct; however, when I create a page from this template, the path does NOT automatically update! Because it's in the non-editable region, I can't manually update the URL within a page. What do I need to do to get the URL parameter to update correctly within pages?
<noscript><meta http-equiv="REFRESH" content="0;URL=../nojs.cfm"></noscript>
Now, from the Templates directory, the URL path is correct; however, when I create a page from this template, the path does NOT automatically update! Because it's in the non-editable region, I can't manually update the URL within a page. What do I need to do to get the URL parameter to update correctly within pages?