Error: alert javascript + input form

mariano_mag

New member
The input form works when the javascript alert is not executed. when the alert is executed, it is not allowed to enter data into the input form, it is necessary to minimize the program and maximize it and it works.

code:

function error(){
alert(“now it stops working input form”);
}

type=“text” name=“textfield”
input type=“submit” name=“Submit” value=“Press” onClick=“error();”
 
Your issue might be related to this:
5_f40856482fe1e45ac8f1605885140a2d.png
Exchange File Is Empty Error +an issue with typing in text fields ExeOutput for PHP
Not sure what this could be related to, but since upgrading to v2019 I’ve been getting this error occasionally: [Exchange_on_first_run] This is when using PHP 7.3 - not yet sure if it happens with v7.2, but I’ve never come across it before in v2018 Also, a totally separate issue, I’m occasionally having problems placing the cursor in text fields, most of the time it works fine and I can type into them as normal, but occasionally when I click into a text field, the cursor doesn’t appear and it…
 
Back
Top