Hi:
I am using javascript calendar .I have placed text box, Calendar image on WebUsercontrol.Now i pic and placed the webusercontrol on .aspx page.After debugging i just click the calendar image, calendar(javascript) was opened.Now i selected the date , the date should be placed on the text box instead i have got the following javascript error.
Error:
'self.opener.document.txtDate' is null or not an object.
Can we call javascript on webusercontrol and use the webusercontrol on .aspx page.
Plz let me know the solution.Its very urgent
Loading
manju natPosted Jul 17, 2008, 3:33 AM
hi
u can use webuser control, ie no probs, becz while rendering aspx page all tags[usercontrol] and script will be loaded no need to worry and let me know the javascript function for calander event is calling from any .js file or any functions inside ascx, pls do let me know,
note: even u can place ur function in aspx page or ascx no probs