> So the question at hand should be how can you make a link that will go > back one page (that page being unknown) and refresh it
By "unknown", do you mean literally any arbitrary page on the internet, or an arbitrary page from within your site/application? If it's the former, there probably isn't a truly reliable solution - experiment with the JavaScript history() function and you might get closer - although I don't know how you would force a refresh on a page you can't control. If its pages within your own site, or a site you have control over, you may have better options, bit without a more detailed explanation of what you are trying to do and why, it's hard to say exactly what the best approach might be. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256919 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

