Originariamente inviato da andy_s
ho provato a cercare spazi gratuiti con asp... ma non ne ho trovati
comunque ho rotto le scatole ad un amico che mi ha dato acesso al suo sito
ecco il link
http://www.dibidino.com/io/gallery.asp
ciao
pagina pop dove si visualizza l'immagine:
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>dettaglio</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
var arrTemp=self.location.href.split("?");
var picUrl = (arrTemp.length>0)?arrTemp[1]:"";
var NS = (navigator.appName=="Netscape")?true:false;
function FitPic() { alert(NS)
iWidth = (NS)?window.innerWidth:document.body.clientWidth;
iHeight = (NS)?window.innerHeight:document.body.clientHeight;
Width = document.images[0].width;
Height = document.images[0].height;
window.resizeTo(Width,Height);
self.focus();
};
</script>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin: 0px;
}
-->
</style>
</head>
<body onload="FitPic()">
<script type="text/javascript">document.write("<img src=\""+picUrl+"\" border=\"0\" title=\"clicca per chiudere\" alt=\"clicca per chiudere\" onclick=\"self.close();\" />")</script>
</body>
</html>
pagina che apre la popup:
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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento senza titolo</title>
<script language="JavaScript1.2" type="text/javascript">
<!-- hide from JavaScript-challenged browsers
function OpenPage(UrlPage,w,h){
var w = (w == "full_W")? screen.availWidth : w
var h = (h == "full_H")? screen.availHeight : h
var latosx = Math.floor((screen.width-w)/2);
var latosup=Math.floor((screen.height-h)/2);
var Pag='width='+w+',height='+h+',location=no,scrollbars=no,status=no,menubar=no,top='+latosup+',left='+latosx+',toolbar=no,resizable=no';
var NamePop = window.open(UrlPage,"PopUp",Pag)
}
</script>
</head>
<body>
<td><font color='#000000' face='Verdana' size='1'>foto</font></td>
</body>
</html>
Puoi salvare le pagine con l'estensione che vuoi.
Le tue pagine erano un casino e oltre a dare il problema da te segnalato con IE con FireFox non funzionava niente. Questo e il massimo che ho potuto fare non avendo molto tempo, per avere un risultato decente crossBrowser.
A titolo informativo spazi web free che supportono asp
[list=1][*]http://www.asphost4free.com/registration/ tempo d'attivazione 2/3 giorni 100 MB di spazio disco[*]http://www1.websamba.com/default.asp tempo d'attivazione 1/2 giorni 30 MB di spazio disco[/list=1]

P.S.
Per questa volta passi ma che non diventi un abitudine di richiedere consulenze in pvt grazie.