Hi, The code you included in your message isn't posting any forms; it must be something else on the page.
Can you produce a minimalist, complete, stand-alone example of the behavior? (There's a template here[1] if you like.) See Step 3 in this troubleshooting tip[2] on the FAQ for details and rationale. [1] http://proto-scripty.wikidot.com/self-contained-test-page [2] http://proto-scripty.wikidot.com/faq#xyzprob HTH, -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On Aug 13, 9:18 am, dpGoose <[email protected]> wrote: > Hi, > > I am using Axaj.Updater to retrieve a message from the server and it > does do this but it also posts the form the Updater script and > associated controls are contained in. I have followed the examples on > the prototype site with modifications for my web server. Why is this > happening? Here is the relevant code. This response is just a text > message. > > <script type="text/javascript"> > function loadit() > { > new Ajax.Updater( 'structureTree', 'Render?s=OrgConfigAjax', > { > method: 'get', > parameters: > { > cmd: 'test' > } > }); > } > </script> > <button onclick="loadit();">Click me</button> > <div id="structureTree">Loading... > </div> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
