bonsoir
voila je viens vers vous qui je pense pourrez m aider a débloquer des jeux fais en asp et qui veulent pas souvrir
avec front page alors que d autre s ouvrent
ces jeux on tous été crées en même temps
voici le code d un des jeux qui ne veut pas souvrir
<%
pubname = "pub1.gif"
sp = request.QueryString("sponsor")
nbPoints = request.QueryString("points")
'nbPoints = 2000
%>
<html>
<head>
<title>Pocker</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<script language="Javascript">
<!--
function popup(url,l,h) { newin = window.open(url,"","scrollbars=yes,status=no,width="+l+",height="+h); }
function endgame(points){
document.theForm.points.value=points;
document.theForm.submit();
}
//-->
</script>
<body bgcolor="#0B8D01" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center" height="400">
<tr>
<td width="750" height="85" background="img/@@virer.jpg">
<table width="750" border="0" cellspacing="0" cellpadding="0" height="85">
<tr>
<td width="604" height="20"><img src="img/popup/titre_pocker.gif" width="604" height="20"></td>
<td width="146" height="20"><img src="img/popup/fin_barre_titre.gif" width="146" height="20"></td>
</tr>
<tr>
<td width="604" align="right" valign="top"><img src="img/pub/<%=pubname%>" width="450" height="60"></td>
<td width="146" align="right" valign="top"><img src="img/popup/logo.gif" width="98" height="64"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="750" height="300"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
[ Lien ]" width="750" height="300">
<param name=movie value="swf/pocker.swf?sponsor=<%=sp%>&nbPoints=<%=nbPoints%>">
<param name=quality value=high>
<embed src="swf/pocker.swf?sponsor=<%=sp%>&nbPoints=<%=nbPoints%>" quality=high pluginspage="
[ Lien ]" type="application/x-shockwave-flash" width="750" height="300">
</embed>
</object></td>
</tr>
<tr>
<td align="right" width="750" height="15" valign="bottom"><font face="Arial" size=1 color=#FFFFFF>(c)
Enregistrement et copie interdite, tout droit reservées à @ Benzait</font></td>
</tr>
</table>
<form name="theForm" method="post" action="<%=RWWW%>/points.asp">
<input type="hidden" name="points" value=<%=Session("points")%>>
</form>
</body>
</html>
merci pour votre aide