I am currently testing my application with IE v5.5 (and Netscape 4.7) and I am having problems with the code generated by <db:dateField> when using the 'useJsCalendar' attribute.
The HTML code generated resembles the following:
<input type="text" name="[EMAIL PROTECTED]" value="2003-12-11" />
<a href="">
>
setDateField(document.dbform['[EMAIL PROTECTED]']);
top.newWin = window.open('/DbForms/dbformslib/jscal/calendar.html',
'cal',
'width="270",height="280"')">
My browsers do not seem to like the quotes (") associated to the width and height attributes. I have removed these generated quotes in my copy of DbDateFieldTag and this has resolved the problem. I am no _javascript_ expert so, is this the right thing to do?
