Hi there, I have a dynamic action with the where I redirect via javascript to another page.
window.location = 'f?p=112:1::::NO::P1_KEY:#P1_HDN#';
The first question I have, how do submit the current session?
The other one has to be described a little more... I also have a hidden field on the first page. The value of that hidden field should also be submitted to the other page. How do I do that and why does the hash tags won´t work?
Cheers