Gossamer Forum
Home : Products : Gossamer Links : Discussions :

turning dynamic off

Quote Reply
turning dynamic off
Hi there,

I'm running into some situations where I need to turn a dynamic preserve field on and then turn it off.
ie. set d=1 and then set d=0.

I've tried doing it with
<%set d=0%>
but d still remains 1.

if I build a url with something like this:
<a href="<%db_cgi_url%>/page.cgi?d=0">
then the next time through d becomes
d=ARRAY(0x8beof)
or something, effectively rendering d = something other than off.

Is there a way of turning of any of the dynamic preserve fields once they've been turned on?

peace.

Kyle
Subject Author Views Date
Thread turning dynamic off klangan 1482 Feb 13, 2002, 10:37 AM
Thread Re: [klangan] turning dynamic off
pugdog 1422 Feb 14, 2002, 9:27 PM
Thread Re: [pugdog] turning dynamic off
klangan 1416 Feb 15, 2002, 7:00 AM
Post Re: [klangan] turning dynamic off
pugdog 1404 Feb 15, 2002, 1:23 PM