Using Input Form Component and Sending Result to Dynamic Container

Hi,

I would like to use the Input Form component to gather user input from an HTML form and process the data using another protocol.  Rather than sending the result to a new webpage, however, I want it displayed in a dynamic container on the current page.  If I use Javascript and a Protocol Function, I know I can do this.  

Is there a way to do this without Javascript?  How can I customize the Input Form component to send results to a dynamic container?

Thanks!