RE: [OT] Validating email addresses

2005-06-16 Thread Mark Benussi
Or use an AJAX piece of functionality instead of hidden frames. -Original Message- From: Nitesh [mailto:[EMAIL PROTECTED] Sent: 16 June 2005 06:18 To: Struts Users Mailing List; Richard Reyes Subject: Re: [OT] Validating email addresses Richard, JavaScript validations are majorly done

Re: [OT] Validating email addresses

2005-06-15 Thread Nitesh
- Original Message - From: "Richard Reyes" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: "Struts Users Mailing List" Sent: Thursday, June 16, 2005 9:21 AM Subject: Re: [OT] Validating email addresses Unfortunately guys all

Re: [OT] Validating email addresses

2005-06-15 Thread Richard Reyes
Unfortunately guys all will be done on javascript. Any suggestion on proven downloadble javascript components would be very much appreciated. I might just code for the domain name validations. Can I get the valid list from whois.org? Thanks All Richard On 6/15/05, Martin Gainty <[EMAIL PROTECTED

Re: [OT] Validating email addresses

2005-06-15 Thread Martin Gainty
Richard- Can you run basic DNS nslookup utilities and or have access to BIND a.root-servers.net - m.root-servers.net? -OR- You may want to use a combination of parsing the URL such as http://java.sun.com/docs/books/tutorial/networking/urls/urlInfo.html import java.net.*; import java.io.*; publi

Re: [OT] Validating email addresses

2005-06-15 Thread Adam Hardy
On 15/06/05 11:02 Richard Reyes wrote: I plan to validate email addresses and Domain names entered by users via those downloadable javascripts. Any suggestions? Also if I am to validate these fields do I need to know the valid .com or .net domains? The Validator plug-in is good for this. I use