I finally got a solution that works well for page reloads if its of help to
anyone:

<!--- Default value for refresh is null --->
<cfparam name="refresh" default="">

<!--- Refreshes page only if 'refresh' equals 1, upon refresh it
doesn't --->

<cfif refresh eq 1>
<META HTTP-EQUIV="refresh" CONTENT="0;
URL=http://www.yoursite.com/yourpage.cfm?refresh=0";>
</cfif>

Regards,
Pardee.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to