A
Adam Knight
Hi all,
I have a page containing a aspx calendar.
This page appears in a pop up window via a javascript open window command.
What i want it to do next (of course) is respond to a users selection by
passing back the value selected
to the calling window.
I don't see why a post back would be necessary, so i am thinking i need to
attach a custom javascript function
to the selection event.
In classic asp i would use this when a user selected a calendar item:
javascript:self.opener.set_date('myFormElement','mydateval');
window.close();
Any ideas on what i need to do or how i can acheive this with .net?
Any suggestions appreciated!
Cheers,
Adam
I have a page containing a aspx calendar.
This page appears in a pop up window via a javascript open window command.
What i want it to do next (of course) is respond to a users selection by
passing back the value selected
to the calling window.
I don't see why a post back would be necessary, so i am thinking i need to
attach a custom javascript function
to the selection event.
In classic asp i would use this when a user selected a calendar item:
javascript:self.opener.set_date('myFormElement','mydateval');
window.close();
Any ideas on what i need to do or how i can acheive this with .net?
Any suggestions appreciated!
Cheers,
Adam