Java and CGI
I need someones help with this!!! I have a java calendar on a page that i made for pulling up my hours that i've worked, the only problem is this.....for my cgi scrpt to function correctly the input box for the date needs to be labeled <input name="txtenddte"........etc>
and for my calendar to function correctly the input box needs to be labeled <input [b]id[/b]="txtenddte">
i tried looking into the cgi script and i see nothing that will help me...i tried looking into the javascript and see way too many places to change the document.getElementById to document.getElementByName...help please i can post the codes for the calendar if needed

