Hello
I have a problem.
I use javascript functions screen.width and screen.height
to get the client's screen resolution.
next i need these two params to go to my php script.
I've managed to pass the params as a string using teh following
$x='<script language="javascript> Document.Write(screen.width) <script>'
the problem is that this string cannot be compared or converted to anything.
Can anybody help me with this?
thanks.
Leon.