Context : This is for a software develop internally and used only by company's employees. Employees have windows, linux or Mac operating systems for the moment. Next, they may want to have a light version on their handheld devices.
Pro : cross platform
Con : may be not cross browser
Pro : GUI code should be smaller.
Con : but data transfer (HTML, images, css, javascript...) could cause bandwith issues ? (internal server has roughly 128kbps upstream)
Pro : anyone with a browser can use it, no install required.
Con : security issues ?
...
Any enlightened opinions ?
EDIT :
1/ Sorry about acceptance rate, I didn't know I had to accept answers.
2/ Some more conext about the application follows :
The application is simply a database front-end, somewhat similar to django's admin interface, nothing especially sophisticated. Just forms,listings, graphs and charts.