Thanks, another problem...
The JS has several properties that I need to be changed by the user, example:
$('#calendar').fullCalendar({
height: 300,
aspectRatio: 2,
slotDuration: '00:15:00',
minTime: '10:00:00',
maxTime: '17:00:00',
Where in the NetWebForm that contains the calendar.js do I add, by example:
p_web.Script('$(''#calendar'').fullCalendar(''option'', ''height'', 700);')
for the height to be change at run time?
Thanks