The problem is, like an iframe, it calls an external page and displays the information in the same window dynamically--but it won't support .cgi files, so my comments page is ruled out. I don't use individual archive-style comments, they are all located in popups. I'm trying to eliminate this by using this alternative popup system.
Basically, I need to create an .htm file (php is not compatible either) that is basically an exact replica of the popup comments .cgi page. When I tried to copy and paste relevant elements, it works fine and posting a comment works flawlessly, but with one major flaw: no matter what page I am on (individual), the comments page only displays the comments for the most CURRENT entry, i.e. if I'm on entry 152 and the most current is 455, comments page called via AJAX will show comments for #455 instead of #152.
Why is this happening, and how do I make comments pages that work for each entry? Is this possible?
If not, is there a way to include the .cgi file IN an .htm file? It doesn't matter as long as I can get the comments showing up for the correct entry.
My test page that wants this to happen: http://www.eightyfour.net/testing.php (note that the comments will show up fine for the current entry, but not for previous entries, which would not be testing.php if you get my drift)
my would-be comments page for now: http://www.eightyfour.net/thickbox.htm
The code for Thickbox:
http://www.eightyfour.net/global.js
http://www.eightyfour.net/thickbox.js
http://www.eightyfour.net/jquery.js
Any help from the MT Gurus & Goddesses would be much, much appreciated.
-Kristina