Problème d'activeX
guilich
Messages postés
386
Date d'inscription
Statut
Membre
Dernière intervention
-
phantomxlord Messages postés 470 Date d'inscription Statut Membre Dernière intervention -
phantomxlord Messages postés 470 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
voilà, je créé un site web dans lequel j'utilise des iframe
<HTML>
<HEAD>
<TITLE>Site5et</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style TYPE="text/css">
BODY {
scrollbar-face-color: #F9F9F9;
scrollbar-shadow-color: #E5E5E5;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #D3D3D4;
scrollbar-darkshadow-color: #D3D3D4;
scrollbar-track-color: #F9F9F9;
scrollbar-arrow-color: #000000
}
</style>
</HEAD>
<BODY BGCOLOR=#FFFFFF text="#000000" link="#000000" vlink="#000000" alink="#666666">
<!-- ImageReady Slices (Site5et.psd) -->
<TABLE WIDTH=860 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=5>
<IMG SRC="images/Site5et_01.jpg" WIDTH=860 HEIGHT=72></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=72></TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="images/Site5et_02.jpg" WIDTH=239 HEIGHT=131></TD>
<TD ROWSPAN=3>
<iframe src="Pages Produits/Acceuil.htm" height=100% width=100% frameborder="0" scrolling="yes" name="iframe"></iframe> </TD>
<TD ROWSPAN=4>
<IMG SRC="images/Site5et_04.jpg" WIDTH=42 HEIGHT=486></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=131></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="images/Site5et_05.jpg" WIDTH=44 HEIGHT=355></TD>
<TD><iframe src="Pages Produits/menu.htm" height=100% width=100% frameborder="0" scrolling="yes"></iframe>
</TD>
<TD ROWSPAN=3>
<IMG SRC="images/Site5et_07.jpg" WIDTH=33 HEIGHT=355></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=320></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/Site5et_08.jpg" WIDTH=162 HEIGHT=35></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/Site5et_09.jpg" WIDTH=579 HEIGHT=34></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=34></TD>
</TR>
</TABLE>
<table width="861" border="0">
<tr>
<td width="167" height="150"> </td>
<td width="10"><div align="left">
<TD width="610" height="150"><iframe src="link.html" height=100% width=100% frameborder="0" scrolling="no"></iframe></TD><td width="9">
<td width="9"></td>
<td width="8"> </td>
<td width="18"> </td>
</tr>
</table>
<br>
<!-- End ImageReady Slices -->
</BODY>
</HTML>
le soucis étant qu'à l'ouverture de ce site en local, internet explorer me demande d'autoriser les controles activeX, or c'est pour donner à mes clients, et je souhaiterai éviter ça, est-ce possible ?
merci d'avance !
voilà, je créé un site web dans lequel j'utilise des iframe
<HTML>
<HEAD>
<TITLE>Site5et</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style TYPE="text/css">
BODY {
scrollbar-face-color: #F9F9F9;
scrollbar-shadow-color: #E5E5E5;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #D3D3D4;
scrollbar-darkshadow-color: #D3D3D4;
scrollbar-track-color: #F9F9F9;
scrollbar-arrow-color: #000000
}
</style>
</HEAD>
<BODY BGCOLOR=#FFFFFF text="#000000" link="#000000" vlink="#000000" alink="#666666">
<!-- ImageReady Slices (Site5et.psd) -->
<TABLE WIDTH=860 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=5>
<IMG SRC="images/Site5et_01.jpg" WIDTH=860 HEIGHT=72></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=72></TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="images/Site5et_02.jpg" WIDTH=239 HEIGHT=131></TD>
<TD ROWSPAN=3>
<iframe src="Pages Produits/Acceuil.htm" height=100% width=100% frameborder="0" scrolling="yes" name="iframe"></iframe> </TD>
<TD ROWSPAN=4>
<IMG SRC="images/Site5et_04.jpg" WIDTH=42 HEIGHT=486></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=131></TD>
</TR>
<TR>
<TD ROWSPAN=3>
<IMG SRC="images/Site5et_05.jpg" WIDTH=44 HEIGHT=355></TD>
<TD><iframe src="Pages Produits/menu.htm" height=100% width=100% frameborder="0" scrolling="yes"></iframe>
</TD>
<TD ROWSPAN=3>
<IMG SRC="images/Site5et_07.jpg" WIDTH=33 HEIGHT=355></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=320></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/Site5et_08.jpg" WIDTH=162 HEIGHT=35></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/Site5et_09.jpg" WIDTH=579 HEIGHT=34></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=34></TD>
</TR>
</TABLE>
<table width="861" border="0">
<tr>
<td width="167" height="150"> </td>
<td width="10"><div align="left">
<TD width="610" height="150"><iframe src="link.html" height=100% width=100% frameborder="0" scrolling="no"></iframe></TD><td width="9">
<td width="9"></td>
<td width="8"> </td>
<td width="18"> </td>
</tr>
</table>
<br>
<!-- End ImageReady Slices -->
</BODY>
</HTML>
le soucis étant qu'à l'ouverture de ce site en local, internet explorer me demande d'autoriser les controles activeX, or c'est pour donner à mes clients, et je souhaiterai éviter ça, est-ce possible ?
merci d'avance !
A voir également:
- Problème d'activeX
- Flash player activex - Télécharger - Divers Web & Internet
- Activex/com issue - Forum Windows 10
- Flash player activex version 11 - Forum Logiciels
- Activex firefox - Forum Windows
- Windows live mesh activex - Forum Windows