Copy link to clipboard
Copied
Sorry my mistake i wanted to ask how to navigate from one page to another in coldfusion .I cant use the anchor tag & href.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
What are you trying to accomplish and why can't you use an anchor tag to do it?