asp comments working? Try the link…..guess not
try fixing the path…..must be something about the code below…….
In the homepage template Head section:
<SCRIPT LANGUAGE=”JavaScript”>
<!–
function aspcomments(n) {
window.open(‘/aspcomments/aspcomments.asp?blogid=’ + n, ‘aspcomments’ + n, ‘directories=0,height=600,width=500,location=0,resizable=1,scrollbars=1,toolbar=0’);
}
–>
</SCRIPT>
Anybody got an idea on what I need to change to make this work with radio? I put the below link in the line below the radio comment macro in the Item template: <%commentLink%><br>
<A HREF=”javascript:aspcomments(<$BlogItemNumber$>)”>comments [<SCRIPT TYPE=”text/javascript” SRC=”aspcomments/aspcomments.asp?blogid=<$BlogItemNumber$>&count=1″></SCRIPT>]</A>