Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-25 Thread Andrew Scott
That's why the WURFL project is the best option, you can also scale the layouts you use as well. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Tue, Dec 25, 2012 at 12:45 PM, The Dude wrote: > > I wish that were an opt

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-25 Thread Claude Schnéegans
>>Is there then a way to save the vars that came back to the client from the >>server cfc into cf session scope, The best would be to save it while still on the server from the cfc. But you must make sure the session Id is transmitted to the cfc, otherwise it will define a new session.

Re: URGENT : How to Detect screen resolution in COLDFUSION?

2012-12-25 Thread Claude Schnéegans
>>Hi Claude, perhaps the only way to do it with ajax in a 1 step process is to >>send the screen size vars to the cfc, then based on the results from the cfc >>have js append something to the image source path so a different set of >>image files loads. Probably, if you absolutely want to u