Advertisement

02.04.2007 at 11:40AM PST, ID: 22148958
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

Return info from the server to JavaScript

Asked by FernandoSoto in JavaScript

Tags: , ,

Hi Experts;

On a web page I have this JavaScript function which gets executed on a click event.

Client Side

<script type="text/JavaScript">
<!--
function formVerify()
{

      var msg = "";

      // Does some validating here

      if(msg != "")
      {
          alert(msg);
          return false;
      }
      else
      {
            var oForm = document.forms["ContactUs"];
            oForm.submit();
            return true;
      }                  

}
//-->
</script>

Server Side

<?php

      $host  = $_SERVER['HTTP_HOST'];
      $uri   = rtrim(dirname($_SERVER['PHP_SELF']), '/\\');
      $SendTo = "";

      // Some work gets done here


      // Send e-mail out submitted from ContactUs web page
      if( mail($SendTo, $Subject, "Submitted on: $SubDate \nFrom $From \nE-mail: $Email\n\n$Message") )
      {

            // I do some stuff here
            
            // Want to send a message back to the HTML page / JavaScript that called this
            // PHP code on the Server
            // Return a success message
                        
            exit;            
      }
      else
      {
            // I do some stuff here
            
            // Want to send a message back to the HTML page / JavaScript that called this
            // PHP code on the Server
            // Return a failure message
                        
            exit;            

      }
?>

What I want is to send back a message to the HTML/JavaScript client side from the server side with a success or failure message so that I can inform the user that there was a problem or not. Can this be done?

Tanks you.Start Free Trial
[+][-]02.04.2007 at 12:43PM PST, ID: 18464251

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.04.2007 at 12:49PM PST, ID: 18464275

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.04.2007 at 01:44PM PST, ID: 18464490

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.04.2007 at 01:53PM PST, ID: 18464529

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.06.2007 at 12:49PM PST, ID: 18479614

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.06.2007 at 04:21PM PST, ID: 18481381

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: JavaScript
Tags: javascript, return, server
Sign Up Now!
Solution Provided By: B_Dorsey
Participating Experts: 2
Solution Grade: A
 
 
[+][-]02.06.2007 at 04:23PM PST, ID: 18481387

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.07.2007 at 12:49PM PST, ID: 18488490

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.07.2007 at 01:37PM PST, ID: 18488889

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.07.2007 at 05:42PM PST, ID: 18490459

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.08.2007 at 01:31AM PST, ID: 18492319

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]02.08.2007 at 08:40AM PST, ID: 18495033

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.08.2007 at 09:47AM PST, ID: 18495606

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.08.2007 at 01:34PM PST, ID: 18497410

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32