call remote html to get response

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shinya

    call remote html to get response

    How can i call the remote html page from php and get back the result of
    javascript
    which was calculated in that html

    remote.html

    <html>
    <body>
    <script language="javas cript">
    document.write( "Hello World" );
    </script>
    </body>

    I just want to get "hello world" from sayhello.php


Working...