how can i retrieve the data in the textarea using wysiwym editor? if
im using the $_POST['remarks'] to get the value of the textarea using
wysiwym editor, i get empty/blank.

code:

<link rel="stylesheet" type="text/css" media="screen" href="http://
127.0.0.1/paccountants/assets/javascript/jquery/ui/wymeditor/wymeditor/
skins/default/screen.css" />
<script type="text/javascript" src="http://127.0.0.1/paccountants/
assets/javascript/jquery/ui/wymeditor/wymeditor/jquery.wymeditor.js"></
script>

<script langunage="javascript">
<!--
  $(document).ready(function(){
    var $j = jQuery.noConflict();
    $j(function() {
      $j(".wymeditor").wymeditor();
    });
  });
-->
</script>


HTML:
<textarea name="remarks" cols="50" rows="30" id="remarks"
class="wymeditor" style="width:99%"></textarea>

Reply via email to