par
tibabs » 10 août 2007, 22:18
Bonjour,
Mon probleme est simple mais je n'arrive pas à trouver la solution.
J'ai un .html (Cf ci dessous) qui lorsque je le lance dans mon navigateur me branche automatiquement (window.document.ffr.submit()) sur une page dont je ne connais pas l'URL.
Comment puis-je faire pour récupérer le résultat final via un programme php.
script
======
Code : Tout sélectionner
<html>
<head>
<body>
<form name="ffr" method="POST" action="http://www.ffr.fr/index.php/ffr/rugby_francais/competitions">
<input type="hidden" name="ID_PHASE" value="15838">
</form>
<script>
window.document.ffr.submit()
</script>
</body>
</head>
</html>
Cordialement
Bonjour,
Mon probleme est simple mais je n'arrive pas à trouver la solution.
J'ai un .html (Cf ci dessous) qui lorsque je le lance dans mon navigateur me branche automatiquement (window.document.ffr.submit()) sur une page dont je ne connais pas l'URL.
Comment puis-je faire pour récupérer le résultat final via un programme php.
script
======
[code]<html>
<head>
<body>
<form name="ffr" method="POST" action="http://www.ffr.fr/index.php/ffr/rugby_francais/competitions">
<input type="hidden" name="ID_PHASE" value="15838">
</form>
<script>
window.document.ffr.submit()
</script>
</body>
</head>
</html>[/code]
Cordialement