Click to See Complete Forum and Search --> : Sending info to another window.


CodyTheGrate
03-15-2007, 01:48 PM
Hi all!

I have a problem. I am making a Date filter for a few reports. The person who worked on this page previously, set up a system where you can click "Calendar" and then a small pop up comes up and you click the date.

But, after clicking the date, it does nothing. I need this to send the date back into the text box where the filter will be applied.

Can I get some help on this please?

PeOfEo
03-16-2007, 08:45 AM
This is more of a question for the java script forum. Asp.net runs on the server and therefore cannot manipulate the user's browser in order to transfer data between windows. The way I have had similar functionality to what you are talking about was not by opening a calendar in a new window, but rather making it visible on the fly, where it was hidden with some CSS.

buntine
03-18-2007, 01:14 AM
Make sure the JavaScript files that generate the Calendar are being linked to correctly. Also look at the code line-by-line and make sure the JavaScript references the correct form fields.

Hails PeOfEo! It's been a while.

PeOfEo
03-19-2007, 09:10 AM
Yeah, I've been busy... but I've found more time through slacking off for a few minutes here and there at work!