Euphoria and JScript

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hello all,

Stupid Question but how could I convert JScript such as this:

function CalculateBrowserResolution()
{
  BrowserX = document.body.clientWidth;
  BrowserY = document.body.clientHeight;
  return true;
}

into Euphoria code that will work from my server to obtain client info
and utilize the variables as I see fit ???

Euman

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu