A
A
Alexander2017-05-30 11:41:26
JavaScript
Alexander, 2017-05-30 11:41:26

Why don't js load on simple landing pages for some users? Is it global?

There is a landing page with a form to fill out, which is submitted using js in a file. Analytics show that 10 percent of login pages are not / , but /?name=Alexander&phone=709496864645 . That is, js does not work to process the form, but it submits by default, reloading the page and passing parameters as in a get request.
What are the common reasons why js is not loading for some? I don't think that someone disables js... Or maybe it's common in mobile browsers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2017-05-30
@Stalker_RED

Some turn off, but hardly 10%. Rather, the reason is that the scripts are not quite cross-browser, and fall off somewhere due to an error. Look in the user agent logs, you might find a pattern.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question