• cmort
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have a number of custom parameters which I need to get passed into an s-control where I will operate on them in javascript. This must be done via a form POST. Is there any means to get a handle on the http request parameters? Something like:

var parameters = '{!HTTP_Reqeuest_Parameters}';

Where parameters would be a map of the form params?

Thanks for any tips on this ( or any other means of getting at data that only the server has access to )

- cmort
  • January 03, 2006
  • Like
  • 0