Torna al Thread
<head id="Head1" runat="server">
<title>Gestione arrivi</title>
<!-- Add jQuery library -->
<script type="text/javascript" src="FancyBox/lib/jquery-1.8.0.min.js"></script>
<!-- Add mousewheel plugin (this is optional) -->
<script type="text/javascript" src="FancyBox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<!-- Add fancyBox main JS and CSS files -->
<script type="text/javascript" src="FancyBox/source/jquery.fancybox.js"></script>
<link rel="stylesheet" type="text/css" href="FancyBox/source/jquery.fancybox.css" media="screen" />
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$("#prova").fancybox({
openEffect : 'elastic',
closeEffect : 'elastic',
helpers : {
title : {
type : 'float'
}
},
maxWidth: 450,
maxHeight: 550,
fitToView: false,
width: '100%',
height: '100%',
autoSize: false,
type: 'iframe'
});
</script>