Quote:
quote:Originally posted by dparsons
First are you using asp or asp.net (looking at your code I would say you are using classic asp) and second are you looking for a server side solution or a javascript solution?
-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|
I'm using ASP. I'm working with a database and want also take the hidden field value to the next page. But for now I want a javascript solution.
I have tried this code:
<script>
document.getElementById('opleverdatum').value = document.getElementById('datumDD').value + document.getElementById('datumMM').value + document.getElementById('datumJJJJ').value
</script>
I find this code logical! But I get the next error:
document.getElementById('datumDD') has no properties
~~~~~~~~~~~~~~~~~~~~~~
What goes around comes around