Code
<br>
<input type="button" value="Предпросмотр" onclick="precomment()" />
<script type="text/javascript">
function precomment(){
document.preform.message.value=$('#message').val();
<?if($SMILES$)?>document.preform.sm.value='1';<?endif?>
window.open('','commprev','scrollbars=1,width=600,height=250,left=0,top=0');
document.preform.submit();}
</script>