halo mas, blh tnya javascript?
<html>
<script type="text/javascript">
function iframeOn(){
isinya.document.designMode = "on";
}
function ubah(bold){
isinya.document.execCommand(bold,false,null);
}
function pagebreak(){
}
</script>
<body onLoad="iframeOn()">
<input type="button" value="B" onclick='ubah("bold")'/>
<input type="button" value="pageBreak" onclick="pagebreak()"/>
<iframe name="isinya"></iframe>
<input type="submit" value="submit"/>
</body>
</html>
cara menyisipkan
<!--pagebreak-->
di iframenya gimana ya mas?
sperti tinymce?
misal kalimat di dalam iframenya:
halo halo tes tes tes tes halo halo
jadi seperti ini
halo halo tes <!--pagebreak--> tes tes tes halo halo