i'm trying to read automatically a javascript output with php, this is the form and the output:
<b>SeteZoom:</b>
<script>document.writeln(resp)</script>
<form name=form1 method=GET onSubmit="this.rnd.value=rand()">
<input type=hidden name=rnd value="">
<b>VocĂȘ:</b> <input type=text name=msg size=30>
</form>
this is the form and the output is ondocument.writeln(resp), can I read that output with PHP ?