Hello,
I'm trying to call .js file in jsp portlet file, when i deply it, I don't get error but it does not call .js file.
I wrote the follwoing code in head section
<script language="javascript" type="text/javascript" src="datetimepicker.js"></script>
and i call it's function in body section
<input type="Text" id="demo1" maxlength="25" size="25">
Pick a date