> 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.

That sounds like the default behavior of an HTML form.

<form action="my.aspx" method="get">
  <input ....
</form>

Or did I misunderstand your question?

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to