<form name="r_<?php the_ID(); ?>" action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post">
<div class="input1" onclick="???"><iframe name="talk<?php the_ID(); ?>" id="talk<?php the_ID(); ?>" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe><textarea name="comment" class="input" id="n<?php the_ID(); ?>"></textarea></div>
<div class="submitbutton"><span id="a_<?php the_ID(); ?>"></span><input name="submit" type="submit"  value="提交评论" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
</div></div>
</form>onclick=""调用js函数让iframe框架获取焦点  要怎么写?? 求大神!!