| |
TNO
Posts: 1397
Score: 16
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
When i first started mixing and matching the two languages I came across a similar problem (now I program entirely in one language or the other depending on the circumstance). But to alleviate your issue, do this: onchange="vbscript://saveCh(document.form1.date.value, 'date', 'id')" onchange="javascript://saveCh(document.form1.date.value, 'date', 'id')" I THINK you can also do this: <input type=text value="" name="date" size=6 language="JavaScript" onchange="saveCh(document.form1.date.value, 'date', 'id');">
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|