Does anyone know how to cfinclude template with an anchor?
<cfinclude template="page.cfm#midpage">
page.cfm has a form which posts to page_action.cfm. Once the error checking is done on page_action.cfm it kicks back to page.cfm, BUT, I need to go back to the page with the variables and anchor as the form is near the bottom of the page.
Thanks for any help I can get with this
<cfinclude template="page.cfm#midpage">
page.cfm has a form which posts to page_action.cfm. Once the error checking is done on page_action.cfm it kicks back to page.cfm, BUT, I need to go back to the page with the variables and anchor as the form is near the bottom of the page.
Thanks for any help I can get with this