Skip to main content
Participant
November 4, 2011
Question

How to navigate from one page to another in coldfusion

  • November 4, 2011
  • 2 replies
  • 759 views

Sorry my mistake i wanted to ask how to navigate from one page to another in coldfusion .I cant use  the anchor tag & href.

    This topic has been closed for replies.

    2 replies

    Inspiring
    November 4, 2011

    What are you trying to accomplish and why can't you use an anchor tag to do it?

    Inspiring
    November 4, 2011

    Well page navigation is done one a web browser, so that's got nothing to do with ColdFusion which runs on the CF server.  All CF does is generate HTML, pass it back to the web server, which then passes it to the browser.  What is rendered on the browser is just HTML.  So your question doesn't make a great deal of sense.

    --

    Adam