function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BGrimesBGrimes 

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
Ron HessRon Hess
Can I treat the second s-control like any other javascript page in that I can process querystring values? 

A: Yes, you can pass querystring vars to a S-Control, and read them from the scontrol.


BGrimesBGrimes
I After posting I actually answered my own question, but I do really appreciate the reply.  In the end my problem was case sensitivity with the string I was looking for....eh what can you do.

Thanks!
Bryan