i don't know if this is the reason of not, i'm mapping jrun to my Apache Server (is that how you'd describe that properly?) -- running ColdFusion NOT from its built-in development server, but parsing the ColdFusion in specific directories of my Apache/htdocs root.

I'm working in HomeSite+ and browsing the file w/ Firefox.

okay-- so, i'm trying to use getcurrenttemplatepath() . when the function is called, Firefox doesn't know what to do because it's showing the system path, not the server path (i.e. it's returning C:\apache\apache2\htdocs\ blah, blah\)

what do you suggest i do so that i get my desired results from this function? (that being essentially, to reload the current page)

thank you!

Try using CGI.SCRIPT_NAME which should return the full url for the script you are running.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.