if ( 'revision' === $post->post_type ) {
$action = '';
} elseif ( 'display' == $context ) {
$action = '&action=edit';
} else {
$action = '&action=edit';
}
&action=edit
В любом браузере есть функция распечатать страницузнает)...
function CallPrint(strid){
var prtContent=document.getElementById(strid),
prtCSS='<style type="text/css">#print{float:left;font-size:20px;font-family:Arial,Baskerville,monospace;}#print a{color:#000;}#print img,#print .alignleft,#print .alignright,#print .aligncenter{float:left;margin-right:.3em;display:block;clear:both;}#print p{text-align:left !important;text-indent:20px;}</style>',
WinPrint=window.open('','','left=50,top=50,width=800,height=640,toolbar=0,scrollbars=1,status=0');
WinPrint.document.write('<div id="print">');
WinPrint.document.write(prtCSS);
WinPrint.document.write(prtContent.innerHTML);
WinPrint.document.write('</div>');
/*WinPrint.document.close();
WinPrint.focus();*/
WinPrint.print();
WinPrint.close();
}
<div id="Print">
. Например:<div id="Print">
<?php the_content();?>
</div><!-- <div id="Print"> -->
<input onClick="javascript:CallPrint('Print');" type="button" value="<?php printf(__('Распечатать','VAB'));?>" title="<?php printf(__('Распечатать тему','VAB'));?>" />
с формы нет. а так да. вонтакте сообщения отправляются оттуда
var authortext=$('.author').val();//лучше задать идентификатор полю с именем и тут его использовать(аля #ComAUthor)
if(authortext='Вася'){//это пример на Ваське, тут надо перебор массива делать
statusdiv.html('<p class="ajax-error">Имя '+authortext+' занято!</p>');
}else{
statusdiv.html('<p class="ajax-error">Возможно, вы оставили поле пустым или найден повтор сообщения!</p>');
}