JackD4Me
Junior Member
Posts: 3
Registered: 1/22/2004
Member Is Offline
|
| posted on 1/22/2004 at 04:14 PM |
|
|
Installing
I am trying to get this to run the first time. I beleive I have followed the instructions but something must be missing. I am doing nothing on the
page but trying to pull this calendar up. I have the input box and the gif displayed. The popup box gives a page cannot be displayed.
<head>
<script language="JavaScript" src="calendar2.js"></script>
</head>
<body>
<form name="tstest">
<input type="Text" name="input1" value="">
<a href="javascript:cal1.popup();"><img src="img/cal.gif" width="16" height="16"
border="0" alt="Click Here to Pick up the date"></a><br>
</form>
<script language="JavaScript">
var cal1 = new calendar2(document.forms['tstest'].elements['input1']);
</script>
</body>
Any suggestions?
Thanks
|
|
|
CFD
Moderator
Posts: 48
Registered: 12/8/2003
Member Is Offline
|
| posted on 1/23/2004 at 08:45 AM |
|
|
We've inverstigate the issue but have not found any error.
Your code is true. Maybe there is a trouble with your browser?
Could you please mention you browser's version and browser's type?
|
|
|
JackD4Me
Junior Member
Posts: 3
Registered: 1/22/2004
Member Is Offline
|
| posted on 1/27/2004 at 08:39 PM |
|
|
I am using ie 6.0.2800.1106 with all the updates. I just ran this as a test with Mozilla Firebird and got an error. It could not find the
calendar.html file. I moved this file from my download file to the working dir. and it works! Thanks.
Keith
|
|
|