Dnia 24.02.2024 o godz. 13:16:45 Anne P. Mitchell, Esq. via mailop pisze:
> 
> pointing out that Federal law mandates a one-step method; completely

Not everybody is located in the USA, and "federal" law has no meaning to
those who don't.

> two-step method, even though a one-step is implicit in the law's "visiting
> a single Internet Web page" (i.e.  having to click 'submit' on that page
> takes you to a second page, making it not 'visiting a single Internet Web
> page")

That's simply not true.
I routinely write scripts that after clicking "submit" take you back to the
same web page, ie. to the same URL. The content on that page, however,
doesn't need to be the same :)

That's actually the default behavior of a form if you specify an empty
ACTION="" attribute in the HTML FORM tag.

You can also write the script so that it doesn't leave the page at all after
clicking "submit", and only sends the data internally to the server using
AJAX and displays the response that is received back, all without ever
leaving the page.
-- 
Regards,
   Jaroslaw Rafa
   r...@rafa.eu.org
--
"In a million years, when kids go to school, they're gonna know: once there
was a Hushpuppy, and she lived with her daddy in the Bathtub."
_______________________________________________
mailop mailing list
mailop@mailop.org
https://list.mailop.org/listinfo/mailop

Reply via email to