jayp
01-07-2003, 08:19 PM
I have a web page that spawns a child window when a link is clicked. This child windows contains a table representing a calendar month. Each day of the month acts as a link e.g. <a href="whatever.asp?theDate=5/5/2003">5</a>
I want the user to be able to select a day (by clicking the link) this will then close the child window and return (in this example) 5/5/2003 to a form field on the parent window. I can't refresh the parent window as I will lose form data on there so need a client-side solution.... please?
Jay
I want the user to be able to select a day (by clicking the link) this will then close the child window and return (in this example) 5/5/2003 to a form field on the parent window. I can't refresh the parent window as I will lose form data on there so need a client-side solution.... please?
Jay