thoeri
Junior Member
Posts: 2
Registered: 3/10/2007
Location: Stockholm, Sweden
Member Is Offline
|
| posted on 3/10/2007 at 08:34 AM |
|
|
Won't pop up
Hi
I am new to the Tigra calendar and I probably are misssing out on something. The calendar will not pop up. I click the button but nothing happens.
I put this piece of code between my header tags:
<script type="text/javascript" src="/testjoomla/jscripts/calendar3.js"></script>
Calendar3 is a new file with format YYYY-MM-DD. Of course I have uploaded the file to the corresponding folder.
Then I put this piece of code in the form:
<form name="test">
<input type="text" name="input1" value="">
<a href="javascript:cal1.popup();"><img src="ico/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the
date"></a><br>
<script language="JavaScript">var cal1 = new calendar1(document.forms['test'].elements['input1']);
cal1.year_scroll = true;
cal1.time_comp = false;
</script>
</form>
I would appreciate any light on this problem of mine. Thank you, Thoeri.
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/10/2007 at 08:22 PM |
|
|
You need to watch for the JavaScript errors.
http://www.softcomplex.com/support/kb_article.php?ref=6824-QUIZ-7814
|
|
|
thoeri
Junior Member
Posts: 2
Registered: 3/10/2007
Location: Stockholm, Sweden
Member Is Offline
|
| posted on 3/12/2007 at 04:04 PM |
|
|
Hi,
I use it in Joomla and I did a fresh installation of Joomla and the template (bought template) and I see no javascript errors. I had a look at the
link and tested the site in this manner. But there is no javascript error (and it would suprise me if there were since it is a 100 % fresh
installation). Any other ideas?
Regards,
Thomas
|
|
|
tigra
Administrator
Posts: 1907
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/13/2007 at 03:52 PM |
|
|
We can't provide the support for the Joomla because its not our product. If you submit a support ticket providing the URL of the page with our script
we'll let you know what causes the problem.
|
|
|