[jQuery] Submit form and load URL (foreground)
Hi there,
is there any easy possibility to send a GET request like when sending it
via normal html? I am trying to simply load an URL with some GET
parameters, but I cannot load it in the foreground, but only with
getting a result set which represents the whole HTML code.
I already tried via
$("body").load("my.aspx");
but this resulted in something like an infinite loop, showing the
correct page and then instantly removing it again. Is there something
different I could use?
Greetings,
Arne
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/