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
MadhuMadhu 

Open in new window

hai
i have one doubt,pls anyone clarify to me
i have two s-controls,in first control i have one submit button and some drop down values
when clicking the submit button i need to display the second control in new window and also i need
to pass the values to new window.
 
pls give me the fast reply
                         
                          Regards,
                           madhu
Ron HessRon Hess
you would use window.open() and pass the location of your scontrol, with name values like this

scontrol_long_URL?name=value&name2=value2