X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   javascript file and php - runs ok in html page (https://forum.x-cart.com/showthread.php?t=10376)

scott_dev 11-14-2004 10:50 PM

javascript file and php - runs ok in html page
 
This setup works fine on a test html page, but when I place it on my php include page, I get "object expected" javascript error:


<?php
#
# You can place your php here for the WELCOME PAGE of your site
#
$the_welcome="Welcome";
echo $the_welcome;
?>

<html>
<script type="text/javascript" src="overlib.js"></script>
<body>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>

</body>
</html>

shan 11-15-2004 03:07 AM

maybe you dont need to redeclar the <html><body> etc bits


All times are GMT -8. The time now is 02:26 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.