Hi
I am trying to add some scripts for a Hotel Reservation System to an existing DotNetNuke page. I have edited the default.aspx file and put the functions in the <head> area. I have also tried to add <body onload="setCurrentDate()">, but this gives me a compile error: setCurrentDate is not a member of 'ASP.Default-aspx'. What does this mean?
None of the functions work. Is there any documentation on this anywhere?
Stapes