Get results of a form in module to show in wrap Is this possible?
I have a module which uses a form to send a query to a different site. I would like that site to open up inside a wrap.
the form starts like this...
<FORM action="http://link" method="get" onSubmit="DoValues();"
do I need to create a javascript function to do this?
Thanks |