I am using this jQuery based jWysiwyg.
http://code.google.com/p/jwysiwyg
Nasıl php script $('#wysiwyg').val() değerini geçmek yok. Bir uyarı kutusunda jwysiwyg değerini göstermek için, örneğin, ben kullanıyorum
<form name="form1" method="post" action="sendmail.php">
<textarea name="wysiwyg" id="wysiwyg" rows="5" cols="103"></textarea>
<input type="submit" name="Submit" value="Login"></input>
<input type="button" value="Alert HTML" onclick="alert($('#wysiwyg').val());" />
</form>
Neye ihtiyacım kontrolü göndermek ve nasıl bir tuşa basıldığında "logout.php" diyorsun jwysiwyg değerinin değerini geçmek nasıl?