Just installed dotcomments today, set up a test page and it works
great! But a problem occured when I tried including the link in my
actual blog.
All my pages are in php, but the form that publishes the blog,
writes to a txt-file which is included on the blog-page. I included
all the javascript-coding there (the header code and the other one),
but the link gets messed up and the popup-window won't show
(obviously, since the link gets messed up).
The link (showed in the status-bar) looks something like this:
http://www.mysite.com/"javascript:viewcomments(99966)/"
It seems it is trying to make a directory of the js-link:P
Strange thingy.
The blogform writes to a php-script, and the link-code...
<a href="javascript:viewComments(999966)">
<? echo commentCount(999966); ?></a>
...is just another variable I called $link which is written to the
txt-file like the other input fields.
Is there any way to fix this?
Dotcomments works fine and everything, the link just gets messed up
when included in the blog.txt-file.
Thanks! Have a nice day:)