I think we can.

Look at the ajax form plugin (http://www.malsup.com/jquery/form/),
which can seamlessly convert your forms to ajax and  give you the
resulting page.

Then, you just have to put these into your div, using .html() or
somesuch.

On Mar 8, 12:42 pm, mauro <[EMAIL PROTECTED]> wrote:
> I have a simple form followed by a div:
>
>   <form id="form" method="post" action="search.cgi">
>   <ul id="formFields">
>     <li><input id="word" name="word" class="field text medium"
> type="text" maxlength="255" value=""/></li>
>     <li><input type="submit" value="Search" /></li>
>   </ul>
>   </form>
>   <div id="results"></div>
>
> when I submit the form I would like to display the search.gci page
> inside the results div
> I'm not able to modify the action performed... can you please help a
> novice?
>
> Mauro

Reply via email to