Hi Dave,

  The PHP correctly emits the IP. Yesterday, I caught the problem.
After the following modifications:

function makeRequest()
{
  var url = 'getIP.php';
  ...
}

and

<form method="POST" action="" onsubmit="makeRequest(); return false;" >
...
<input type="submit" name="button" value="Submit" id="submit_button"
style="display: none;"></input>
...

the code has worked.

Anyway, thank you very much!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to