I want to check textbox field where a user will be giving website address or email address.
www.xyz.com -- I want to check whether actual web address format is given or not.
[email protected] -- I want to check whether actual email address format is given or not.
Can anybody help me?