I created a search page with several textboxes and a search button that calls a function when clicked. However, I'd like the search function to be executed when pressing ENTER as well. Now, the only thing I get is a script error ("object expected". There are some techniques to use the ENTER button to submit a HTML form, but I can't apply them to these DTC's. How can you assign a javascript or vbscript function to these DTC's (for example onkeypress)?