Jump to content

softnmedia

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by softnmedia

  1. You can do it with recursive function calls. While you get the details of the first drop down box add javascript function to the onclick of other option. If you could explain your problem it is easy to understand rather than adding the code. Thanks, Softnmedia
  2. You can do it by checking the status. if (http_request.readyState == 4) { if (http_request.status == 200) { } else { alert('There was a problem with the request.'); }
  3. You can do it while the server process the request. While click on the Submit it executes some scripts, in that you can add your domain name to the login name. I hope this will work..
  4. We can do the checking using IMAP functionalities.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.