AndyJay
Newbie
Posts: 1
Registered: 9/5/2007
Location: uk
Member Is Offline
|
| posted on 9/5/2007 at 09:40 AM |
|
|
newbie
Im trying to get the 'Tigra Calenda' to work and not sure where the following code should go:
var cal1 = new calendar1(document.forms['tstest'].elements['input1']);
i put it just after the </form> tag but this just displays that code on the page.
Can anyone help?
Thanks
Andy
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/5/2007 at 02:59 PM |
|
|
make sure it's inside <script> tag.
|
|
|