Author |
Topic |
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 31 March 2005 : 11:17:54
|
I simply want to display my calendar on the portal page.
So for the portal page I inlcuded the following..
<!--#INCLUDE FILE="cal_functions.asp"--> <!--#INCLUDE FILE="cal_style.asp"-->
And then to test it would work, I put the following at the end of the portal.asp file..
%> <!--#include file="cal_default.asp" --> <% call WriteFooter()
However it won't work for me regardless of where I put the include cal_default, I am getting the following error;
Syntax error
/forum/cal_functions.asp, line 6
Sub DrawMonth(dateToDraw, enableHiLite, enableArrows, enableYearDisplay) '## ^
Any help would be greatly appreciated
Just for the record, everyhting else is working, ie portal.asp |
Steve Drogheda, Ireland @ www.droghedatown.com |
Edited by - Beano_ie on 31 March 2005 11:19:25 |
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 04 April 2005 : 06:12:36
|
Anbody even have a guess what's wrong? |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
Ghostnetworks
New Member
95 Posts |
Posted - 04 April 2005 : 06:36:31
|
Did you include <!--#INCLUDE FILE="cal_functions.asp"--> before or after inc_header.asp? |
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 04 April 2005 : 06:41:02
|
Can you post links to text versions of the 3 files in question? Does this error only occur when you include the cal_default.asp page? Do the files in question have any other includes at the top of them?
|
|
|
Nertz
Junior Member
Canada
341 Posts |
Posted - 05 April 2005 : 01:26:05
|
Beano_ie, is this the new events calendar with recurring dates you are trying to put on the portal? If so, I did it on one of my sites here. I'm travelling this week, but when I return home saturday I can share my mods to the portal that allowed the calendar to work.
Drop me an email thru my profile to remind me.
cheers, Nertz |
Sadly, most Family Court Judges wrongfully reward opportunistic gold diggers that use our children unjustly as "instruments" of power.
www.fathers-4-justice-canada.ca |
|
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 05 April 2005 : 08:17:52
|
quote: Originally posted by Ghostnetworks
Did you include <!--#INCLUDE FILE="cal_functions.asp"--> before or after inc_header.asp?
I included <!--#INCLUDE FILE="cal_functions.asp"--> after the inc_header.asp
quote: Originally posted by Hamlin
Can you post links to text versions of the 3 files in question? Does this error only occur when you include the cal_default.asp page? Do the files in question have any other includes at the top of them?
Portal.txt cal_functions.txt cal_default.txt
Yes, the error only occurs when I include cal_defalt.asp on the portal page.
Other includes on the portal include;
- <!--#INCLUDE FILE="config.asp"-->
- <!--#INCLUDE FILE="inc_sha256.asp"-->
- <!--#INCLUDE FILE="inc_header.asp" -->
- <!--#INCLUDE FILE="inc_func_secure.asp" -->
- <!--#INCLUDE FILE="cal_functions.asp"-->
- <!--#INCLUDE FILE="cal_style.asp"-->
Ty |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 05 April 2005 : 08:19:26
|
quote: Originally posted by Nertz
Beano_ie, is this the new events calendar with recurring dates you are trying to put on the portal?
cheers, Nertz
No its not Nertz, but thanks anyway |
Steve Drogheda, Ireland @ www.droghedatown.com |
|
|
|
Topic |
|