Javascript根据文本框文本更改文本,但随后消失

时间:2017-05-09 02:53:55

标签: javascript html

这有效,但之后就像第二次消失了

function tfw() {
  var TFW = document.getElementById("TFW").value
  if (TFW == "mexicans") {
    document.getElementById("image").innerHTML = "<h1>worked!</h1>";
    event.preventDefault();
  }
}

场合:

<input type="text" id ='TFW'><br>
<input type="submit" value="Submit" onclick="tfw();">

1 个答案:

答案 0 :(得分:0)

$cur = $this->db->{$collection}->aggregateCursor($pipeline, 'cursor' => [ 'batchSize' => 1 ]); 更改为input type="submit"并删除input type="button"以解决问题。