gsurface
02-08-2006, 06:17 PM
I am trying to create a new page, a PHP page, everything works fine but one thing doesn't show, the calendar. This is the page which I have currently created http://www.flexdeals.net/deals/index.php?page=rebatereminder
The PHP file which I am pulling is:
http://www.flexdeals.net/rebatereminder/index.php
As you can see, everything shows except for the calendar part, or the part that reads:
Rebate Expiration Date:
The calendar doesn't show. Looking at the code, the following code shows the calendar:
<script type="text/javascript" src="js/calenderDateInput.js">
</script>
Which is a call to a Java Script. Is there a way to set it up so that this Java Script is called? Thanks for the help.
The PHP file which I am pulling is:
http://www.flexdeals.net/rebatereminder/index.php
As you can see, everything shows except for the calendar part, or the part that reads:
Rebate Expiration Date:
The calendar doesn't show. Looking at the code, the following code shows the calendar:
<script type="text/javascript" src="js/calenderDateInput.js">
</script>
Which is a call to a Java Script. Is there a way to set it up so that this Java Script is called? Thanks for the help.