you should have a colon after javascript but I think you just mistyped that. The real problem may be that you installed with php3 file extensions. you need to edit your vbcode.js file. Goto the end of the file and find:
function opensmiliewindow(x,y,sessionhash) {
// um... opens smilie overflow window.
window.open("misc.php?action=getsmilies&s="+sessio nhash, "smilies", .......
and change the misc.php to misc.php3
|