Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
HI,
I have got a strange problem. I am opening a webpage using javascript's showModelessDialog fuction. the page contains a calender.
When I click a date on calender (opened with showModelessDialog) it openes a new window showing the javascript function like: javascript:__doPostBack('MyCalendar','3132')
Please provide your valuable comments.
use :
<base target="_self">
in the showModelessDialog or showModalDialog page in head section.