Forum OpenACS Development: Re: Using the function "ad_set_client_property".

Collapse
Posted by Jorge Couchet on
Hi Dave,

I have a chain of 12 form's, each one receiving values from the precedent one, and I'm not using the wizard. Some of the variables are huge because are observations from the user (that can have any length).
Between each chain's step I'm using something as the following:

*********************************

-on_submit {

set newpage "add_neuron?[export_vars -override {{return_url $current}} { var1,...varn return_url }]"

ad_returnredirect $newpage

ad_script_abort
}

*********************************

At the final step I have a huge URL that works fine with Mozilla but not with IE.

Thanks a lot!

Jorge.