What's up! I'm kinda new at this programming stuff and I find it quite difficult..... Basically, what I need is a JavaScript for a text field mask. 1.The user has to type the date as dd/mm/yy. 2. when the user types 6 digits, the real actual date must de displayed. 3. if the user types something different tha the date, when it types the final sixth digit, the actual date must be displayed. 4. when the actual date is displayed, a pop up displays the next step (like an alert text). I hope you can help me out here! and thanks in advance!