$.ajax({
type: 'get',
url: 'message.php',
data: 'msg=' + msg + '&fromname=' + fromname + '&fromemail=' + fromemail,
beforeSend: function() {},
success: function() { }
});
次の方法を使用して、変数をajax経由でmessage.php message.phpに送信し、データベース(mysql)を' data
'で更新します。私が抱えている問題は、2本以上の線が1本の連続線に変わることです。したがって、リターンブレークをスキップします。これはテキスト領域です:
<textarea class="textar" onchange="save();" onclick="this.value=''" cols="45" rows="5">What would you like to say in the email?</textarea>
何かアイデアはありますか?