By unknown I simply meant that it could be one of several possible
pages within the site. So yes, all potential pages are internal and we
do have control over those.

A littel more detail... The initial page has a drop down select box.
In the on change of that select I redirect to another page with a
form. If the user is to click cancel on that form, I want to take them
back one page, but the select box should have it's original value
(originally came from db) selected and not the value the user selected
which caused the redirect. Make sense?

So it is a <select> box which could be wrapped in <form> tags and then
a hidden field passed. I was just looking for something better.
Thanks.
Matt

On 10/16/06, Doug Bezona <[EMAIL PROTECTED]> wrote:
> > 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:256950
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to