
I am trying to get this calendar to to display to date selected on a new page. Right now it opens a new page but does not diplay the date from the calendar on the previos page.
Here is my code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="javascript" src="cal2.js">
</script>
<script language="javascript" src="cal_conf2.js"></script>
</head>
<body>
<form name="Calendar1">
<input type="text" name="firstinput" size=20> <small><a href="javascript:showCal('Calendar1')">Select Date</a></small>
<br/>Click <a href="javascript:System.out.printIn(getDate('Calendar1'))">here</a> to get selected date.<br/>Click <a href="javascript:alert(getCurrentDate())">here</a> to show the current date.</p>
</form>
</body>
</html>