我在Facebook和Twitter上有以下共享链接的 Java本。
<script type="text/javascript">
function show_fb(id)
{
alert( http://www.facebook.com/sharer.php?u=
http://devel.testingsite.biz/testxxxxx.php?cmd=profile&id= +id+ );
u=location.href;
t=document.title;window.open( http://www.facebook.com/sharer.php?u={https_server}testxxxxx.php?cmd=profile&id= +id+ , sharer , toolbar=0,status=0,width=626,height=436 );
return false;
}
</script>
在超文本部分,其表现如下:
<li><a href="javascript:void(0)" onclick="show_fb({uid});" class="icon_h3"></a></li>
这一职能运作良好,它显示共享窗口,但我所要分享的链接是没有补贴的。
但是,在报警职能中印刷的同样链接显示(如下文所示)。 我需要形成以下联系。
http://devel.testingsite.biz/testxxx.php?cmd=profile&id=645
Is there any mistake in my function?