MarkWilliamson
Programmer
Just to warn everyone I am a NOVICE at HTML.
My problem is that I have a calendar on a page and ask the user to select a date. I then want to display all sales for the date selected by the user in a popup window. I have a JAVASCRIPT routine which handles the popup I am just trying to reference the date selected by the user so I can retrieve the records. As of now I have had ABSOLUTLEY NO LUCK !
If anyone could help me out I'd appreciate it !
My input tag is below..
<input type="BUTTON" Value="Select Name" Name=SelectDate OnClick="popup('c:\file.asp','pagename','640','480','center','front');">
My problem is that I have a calendar on a page and ask the user to select a date. I then want to display all sales for the date selected by the user in a popup window. I have a JAVASCRIPT routine which handles the popup I am just trying to reference the date selected by the user so I can retrieve the records. As of now I have had ABSOLUTLEY NO LUCK !
If anyone could help me out I'd appreciate it !
My input tag is below..
<input type="BUTTON" Value="Select Name" Name=SelectDate OnClick="popup('c:\file.asp','pagename','640','480','center','front');">