Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #24835 > unrolled thread

html form submit help

Started byteddybubu@gmail.com
First post2014-06-14 09:18 -0700
Last post2014-06-14 19:46 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.javascript


Contents

  html form submit help teddybubu@gmail.com - 2014-06-14 09:18 -0700
    Re: html form submit help JJ <jj4public@vfemail.net> - 2014-06-15 01:34 +0700
    Re: html form submit help Denis McMahon <denismfmcmahon@gmail.com> - 2014-06-14 19:46 +0000

#24835 — html form submit help

Fromteddybubu@gmail.com
Date2014-06-14 09:18 -0700
Subjecthtml form submit help
Message-ID<854adf1e-81ed-443b-b564-6da9f1b22b20@googlegroups.com>
http://www.diffchecker.com/

Can someone explain where the form is submitted to in the code for the above site?
I can not find anything for where the form is submitted in the codemirror.js or main2.js.

[toc] | [next] | [standalone]


#24836

FromJJ <jj4public@vfemail.net>
Date2014-06-15 01:34 +0700
Message-ID<vvv39h6xpu7k$.1uzck8vrpb926$.dlg@40tude.net>
In reply to#24835
On Sat, 14 Jun 2014 09:18:37 -0700 (PDT), teddybubu@gmail.com wrote:
> http://www.diffchecker.com/
> 
> Can someone explain where the form is submitted to in the code for the above site?

It's submitted to a different URL path on that server.
Check the URL after you submit the form.

> I can not find anything for where the form is submitted in the codemirror.js or main2.js.

There's none. It's pure HTML form submission.
JavaScript is not required to submit a form.

[toc] | [prev] | [next] | [standalone]


#24838

FromDenis McMahon <denismfmcmahon@gmail.com>
Date2014-06-14 19:46 +0000
Message-ID<lni8qu$vjq$1@dont-email.me>
In reply to#24835
On Sat, 14 Jun 2014 09:18:37 -0700, teddybubu wrote:

> http://www.diffchecker.com/

> Can someone explain where the form is submitted to in the code for the
> above site?

It's defined in the html form element.

-- 
Denis McMahon, denismfmcmahon@gmail.com

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web