non ho messo codice perchè non ce n'è. Questa la pagina html
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
#div_tmp
{
position: absolute;
top: 200px;
left: 8px;
right: 8px;
bottom: 8px;
border:none;
}
</style>
</head>
<body>
<form target="tmp" action="/handler/.img">
<input name="p_img" value="C:\dati\ProveNikon\paesaggi_1\1.jpg" type="hidden" />
<input name="p_width" value="500" type="hidden" />
<input id="Submit1" type="submit" value="submit" />
</form>
<div id="div_tmp">
<iframe name="tmp" id="tmp" style="width:100%; height:100%; border:none;"></iframe>
</div>
</body>
</html>