Hi --
I am implementing Nate Weiss' TwoselectsRelated tag on a site and it works
great. However, when someone uses the 'Back' button to return to the page
with the two select form fields, the second field always defaults to the
first set of options in the database while the first form field keeps
selected whatever option the viewer selected.
I am looking for a way to force the page to refresh when a person uses the
'Back' Button to navigate to that page. I have tried <META
HTTP-EQUIV="Pragma" CONTENT="no-cache">, but that doesn't seem to work, and
I tried this:
<CFHEADER name="expires" value="#dateFormat(Now(), 'DDD, DD MMM YYYY')#
#timeFormat(DateAdd('H',7, Now()),'HH:mm:ss')# GMT"> I read at wdvl.com
that you must format the time like this: Wed, 24 May 2000 15:21:31 GMT
or the http header wouldn't work.
None of this seems to work. Anybody else who has worked with this tag have
any other workarounds to this?
Joel
Joel Richards
Web Developer
Brainstorm Industries
<http://www.brainstormin.net/>[EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.