Frames e NORESIZE

Olá ppl!
Preciso que as minhas jsp sejam ajustáveis ao ecran de um PDA.
Disseram-me para usar frames com a opção RESIZE.
Mas eu uso um template para as jsp’s :

<%@ taglib uri='/WEB-INF/tlds/template.tld' prefix='template' %>

<html>

<head>
    <title><template:get name='title'/></title>
</head>

<body>

<table border="0">
	<tr><td colspan="3"><template:get name='header'/></td></tr>
	<tr>
		<td valign="top">
			<table width="100%">
				<tr><td valign="top" width="20%"><template:get name='sidebar'/></td><td valign="top" width="85%"><template:get name='content'/></td>
				</tr>
			</table>
		</td>
	</tr>
</table>

</body>
</html>

Como posso fazer isso?? :roll: :roll:
Obrigada,
CLáudia