I need to change template if screen resolution is bigger than 1024*768 pixel. I try Meta Template 1.8. It has many tools to the template change, but it doesn't have resolution tool.
I know that I need to do without Joomla: query the resolution in javascript, then set a new location with a GET param.
But I don't know how can I do this in Joomla..
Please give me any advice. Sorry for my bad english..
Use JRequest::getInt('res') instead of $_GET['res'].
JRequest::getInt('res') will look into $_GET & $_POST
Have a look in JRequest spec