Hello,i hope bioRUST have members that known about VBB enoug to helps me out of this problem.
You guys may know the WYSIWYG editor from VBB,i use it in a simple form , but when i click submit,i notice it goes wrong,VBB`s editor use DIV tag instead of textarea to be HTML area ><
If its still unclear,heres the code for Internet Explorer : [ Check the file attached ]
See the "explorer text area" section(use find to find it pls) ?
I`ve put a tes on it :
if($_POST['submit_a']) {
print_r($_POST)."<BR>";
}
to output $_POST value,but i got nothing from the HTML area
pls help me........
