My Java Script executes fine on an test HTML page, but on the required page which is php results in an error.
the page
The script drops in message box when the page is loaded
since the script works the problemshould lie elsewhere..
The error results in Parse error: parse error, unexpected '<' in line 451 which opens the div.
I cannot figure out what is missing and any suggestions would be appreciated.
thanks
the page
The script drops in message box when the page is loaded
since the script works the problemshould lie elsewhere..
Code:
line 451
<div id="dropin" style="LEFT: 200px; VISIBILITY: hidden; WIDTH: 500px; POSITION: absolute; TOP: 100px; HEIGHT: 100px; BACKGROUND-COLOR: #ccccff">
more...html code.....
<div align="right"><a onclick="dismissbox();return false" href="#">[Close Box] </a></div>
</td></li>
</tr></tbody></table></td></tr></table>
</div>
</body>
</html>
include(PMDROOT.'/includes/template_setup.php');
?>
I cannot figure out what is missing and any suggestions would be appreciated.
thanks
Comment