1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//FR" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-langage" content="fr">
<title>fectich-nylon</title>
<LINK rel=stylesheet type="text/css" href="cssstyle/stylee.css">
<script type="text/javascript" src="functions.js"></script>
<link href="jqueryH/jquery-ui-1.css" rel="stylesheet" type="text/css"/>
<script src="jqueryH/jquery.validate.js"></script>
<script src="jqueryH/liste.js"></script>
<script src="jqueryH/jquery.min.js"></script>
<script src="jqueryH/jquery-ui.min.js"></script>
<script src="jqueryH/jquery.ui.dialog.js"></script>
<script src="jqueryH/chainedselects.js"></script>
<script src="jqueryH/config2.js"></script>
<script type="text/javascript" src="send_messa.js"></script>
<script>
$(document).bind("contextmenu",function(e){
//Votre code ici (par exemple votre menu contextuel
//Puis désactivation du menu par défaut
return false;
});
$(function() {
$( "#tabs" ).tabs({
ajaxOptions: {
error: function( xhr, status, index, anchor ) {
$( anchor.hash ).html(
"<img src='cssstyle/imdesign/loading-bar.gif' width='354' height='100'>");
}
}
});
});
$(function() {
//popup automatique
$( "#dialog:ui-dialog" ).dialog( "destroy" );
$( "#dialog-message" ).dialog({
modal: true,
opacity: 0.5,
width: '600',
height: '350',
buttons: {
Ok: function() {
$( this ).dialog( "close" );
}
}
});
});
function noBack(){window.history.forward()}
noBack();
window.onload=noBack;
window.onpageshow=function(evt){if(evt.persisted)noBack()}
window.onunload=function(){void(0)}
function setIframeHeight( iframeContent ) /** IMPORTANT: All framed documents *must* have a DOCTYPE applied **/
{
var ifDoc, ifRef = document.getElementById( iframeContent );
try
{
ifDoc = ifRef.contentWindow.document.documentElement;
}
catch( e )
{
try
{
ifDoc = ifRef.contentDocument.documentElement;
}
catch(ee)
{
}
}
if( ifDoc )
{
ifRef.height = 1;
ifRef.height = ifDoc.scrollHeight;
/* For width resize, enable below. */
// ifRef.width = 1;
// ifRef.width = ifDoc.scrollWidth;
}
}
</script>
</head>
<body>
<div id="top">
<div id="bandeau">
<table width="880" height="100%" align="center">
<tr>
<td width="180"> <h1>PUB</h1></td>
<td width="685">PUB</td>
</tr>
</table>
</div>
<div id="menu">
<ul class="menu2">
<li><a href="ac.html" target="Centre"><b>Home</b></a></li>
<li><a href="home1.html" target="Centre"><b>Recherche</b></a></li>
<li><a href="home.html" target="Centre"><b>Message</b></a></li>
</ul>
</div>
<div id="gauche" align="left"> </div>
<div id="gauche1" align="left"> </div>
<div id="droite"> </div>
<div id="centre">
<br/>
<iframe id="iframeContent" onload ="setIframeHeight(this.id)" frameborder="0" src="ac.html" name="Centre" style="width:690px;">
</div><!-- fin de div#centre -->
</br>
<div id="pied_page">
<div align="left"><b>
Créateur DLK © 2006 - </b>
</div>
<hr>
</div>
</div>
</body>
</html> |
Partager