I am trying to create a mobile website and can do it with just CSS, but the server master pages MUST be in their current locations, I am planning to use a Javascript “Style Switcher” to change the stylesheets but most mobile browsers don’t have java support, so is there a way using java (or any other “language” that is either supported by mobile phones or can be run server-side) to run server-side that can also stop some of the page elements from loading (for mobile bandwidth issues) and change a few lines of the master code?
I was thinking of using this (with some edits):
How to Use JavaScript to Change a Cascading Style Sheet (CSS) Dynamically
I cannot use PHP as our hosting provider will not install it.
I do not have Asp .Net access (as a user) but do have FTP access.
and an init func
and keep in mind that if you set something to
via css, it will not be loaded and it will not be displayed!