Support Forum Softcomplex logo
About Us  | Services  | Download  | Order  | Support  | |
| Search | Today's Posts | Stats | Board Rules | Not logged in [ Login | Register ]
go to bottom
Last active: Never

Printable Version | Subscribe | Add to Favourites   Post new thread
Author: Subject: Error: 'cal1' is null or not an object
ViperSBT
Newbie

Posts: 1
Registered: 3/26/2005
Member Is Offline
posted on 3/26/2005 at 04:14 PM Reply With Quote
Error: 'cal1' is null or not an object


Here is my code:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>United Flyball League International - The Ultimate Dogsport for Family and Fun</title>
<script language="JavaScript" src="calendar2.js"></script>
</head>
<body>
<form action='tournamentverify.php' name='form' method='post'>
<table border='0' cellpadding='5' bgcolor='#ffffff' width="400" align='center'>
<tr>
<td colspan="2" align="right">Date Tournament Begins:</td>
<td><input type='text' name='date' size='8'>
<a href="javascript:cal1.popup();"><img src="images/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the date"></a>
</td>
</tr>
<tr>
<td colspan="2" align="right">Date Entries Close:</td>
<td><input type='text' name='close' size='8'>
<a href="javascript:cal2.popup();"><img src="images/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the date"></a>
</tr>
</table>
</form>
<script language="JavaScript">
<!--
var cal1 = new calendar1(document.forms['form'].elements['date']);
cal1.year_scroll = true;
cal1.time_comp = false;

var cal2 = new calendar2(document.forms['form'].elements['close']);
cal2.year_scroll = true;
cal2.time_comp = false;
//-->
</script>
View User's Profile View All Posts By User U2U Member
Trizik
Junior Member

Posts: 2
Registered: 5/17/2005
Member Is Offline
posted on 5/17/2005 at 02:06 AM Reply With Quote

change

Quote:
var cal1 = new calendar1(document.forms['form'].elements['date']);


to

Quote:
var cal1 = new calendar2(document.forms['form'].elements['date']);
View User's Profile View All Posts By User U2U Member
Post new thread

Related Links:
Product Page
Product Demonstrations Live Demos
Free Download Free Download
Product Documentation Documentation
Support Forum Support Forum
 

Go To Top


Powered by XMB 1.9.1 Nexus
Developed By Aventure Media & The XMB Group © 2002-2004