Hey all,
I am slowly learning how this all works, but one thing I cannot get to work, I need to have the comment link on http://wildcat.arizona.edu/papers/97/86/comments.html
Open to a new window 300x600 and without a toolbar, address bar and all that.
I've seen a lot of different ways to do it in javascript, only problem is the link is totally dynamic and doesnt seem to work with the javascript in there...
is there any other way to do this?
Here is the code I need to change...
<? // link: number of comments
if ($blog_id != urldecode($show_id) && $num >1) {?>
<span class="blogkomm_a"> [ <a class="blogkomm_a" href="<?echo $PHP_SELF?>?show_id=<?echo $blog_id;?>#bk_<?echo $blog_id;?>"><? echo "$num comments";?></a> ] </span>
Thanks!