Hi, I have very simple problem. I have this javascript which generated today's date and on "onclick" event will display this date in textbox. But when I try this I keep on getting error at <html:submit on click="today(this.form"> object doesn't support this property??Can anybody tell me what's wrong? Thanks in advance -PC
This is a JavaScript question. I suspect it's because this is interpreted as the button, not the document. Try passing document.forms[0] instead. Moving to the JavaScript forum.