Question: How can I have my comments display in a popup window?
Answer: You can do this with some javascript.
Here is the code to create a link to a popup comments window:
<a href="{url_title_path=weblog/comments}"
onclick="w.indow.open(this.href, '_blank', 'width=400,height=600');return false;"
onkeypress="this.onclick()">comments</a>
Note: Remove the period from “window”
Category:Templates Category:Comments
