Hi all,
Why does Google Chrome refresh this page (http://manojsharma.com/dialogue/) when a mouse click goes into the textbox?
And how do I resolve it?
Tks!
Hi all,
Why does Google Chrome refresh this page (http://manojsharma.com/dialogue/) when a mouse click goes into the textbox?
And how do I resolve it?
Tks!
Caesar,
The website is using an onblur statement with function ClearField(this) on its text boxes causing the form to reset (which refreshes the page).
More info here,
http://www.javascript-coder.com/javascript-form/javascript-reset-form.phtml
Hope that helps,
Shawn
Thanks much Shawn!
Hmm, how do I disable it?