Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • 13
    To send a form you must make an HTTP request, making HTTP requests without loading the page is what Ajax means. Might as well try to drive to town without a vehicle. Commented May 19, 2010 at 13:53
  • 12
    "without ajax or jquery" sounds like "I want a car without wheels" Commented May 19, 2010 at 13:54
  • 13
    @Keith Almost, <iframe> and the target attribute will do it. Commented May 19, 2010 at 13:56
  • You aren't using XmlHttpRequest specifically, but you are still calling the server asynchronously with javascript. That falls under Ajax. Commented May 19, 2010 at 13:57
  • 16
    I read the title and thought "Ah, he just need Ajax". I was reading the question further while nipping my coffee and preparing an answer in my head. At end of the question my coffee is all over the screen... Commented May 19, 2010 at 13:58