Some xhtml phones don't support javascript, although they all will use the mj_smartphone template because they are regarded as 'modern' phones, and where one can still make it look nice with normal css, but what does one do when you want to use a feature on a page that will have javascript functionality (for example a submit button that does a normal post versus a submit button with an onClick event), is there a way of differentiating between content that can handle this and content that can't ? (i'm not talking about smartphone template versus imode template)
Similar to the mobile content plugin like for example if we can have this:
{mobile}
{smartphone}
smartphone/pda/modern phone content is here
{featurephone}
content for old phones that use the smartphone template which can't support javascript etc is here
{/mobile}
Please help anyone ?!