S
S
sdevalex2012-01-26 18:58:43
JavaScript
sdevalex, 2012-01-26 18:58:43

IE Debugging JS

Is there any way to prevent them from going to other pages. In a fairly large code, an error occurs before the form submit and I can not catch it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
hf35, 2012-01-26
@hf35

Open developer tools and put a break point in the submit function.

A
Anatoly, 2012-01-26
@taliban

<form onsubmit='return false'>
Or after clicking on the submit button, as soon as you see that an error has occurred (it does not show the icon), press escape, the submit will stop =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question