| 使用指南 |
<script type="text/javascript"><!--
var ejmb_topic_id = "<%= topicID %>";
var ejmb_topic_title = "<%= topicTitle %>";
var ejmb_board_name = "<%= category %>";
var ejmb_topic_url = "http://www.yourwebsite.com/ejmb/msgs.jsp?id=" + ejmb_topic_id
+ "&link=" + encodeURIComponent(location.href) + "&title=" + encodeURIComponent(ejmb_topic_title)
+ "&board=" + encodeURIComponent(ejmb_board_name);
document.write('<iframe id=ejmb_msgbox src="' + ejmb_topic_url
+ '" frameBorder=0 marginWidth=0 marginHeight=0 width=100% height=100% scrolling=no></iframe>');
//--></script>
其中绿色的部分表示您要根据自己的网站具体进行修改的代码,分别说明如下: 在网页的相应位置添加上述代码后,留言板就会以预定的形式在此位置显示出来。 若对于留言板的使用仍有不明白之处,请访问我们的技术支持论坛以寻求解答,详见技术支持信息页。 |