You need to sign in to do that
Don't have an account?

querystring values to an s-control?
I might have an odd request, who knows.
I have an s-control that has a link which pops...another s-control. That's all well and good. What I'm needing to do is pass the second s-control an Id value, but have no clue how. Can I treat the second s-control like any other javascript page in that I can process querystring values?
I haven't been able to find anything on doing this for s-controls, and I'm dead in the water if I can't get this to work.
Many thanks.
Bryan
I have an s-control that has a link which pops...another s-control. That's all well and good. What I'm needing to do is pass the second s-control an Id value, but have no clue how. Can I treat the second s-control like any other javascript page in that I can process querystring values?
I haven't been able to find anything on doing this for s-controls, and I'm dead in the water if I can't get this to work.
Many thanks.
Bryan
A: Yes, you can pass querystring vars to a S-Control, and read them from the scontrol.
Thanks!
Bryan