Faites un Flash Formulaire de contact fonctionne correctement

  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 7:07 am

Alors maintenant, ma boîte me contacter envoie ensuite l'information qui suiveront, mais parce qu'il n'ya pas de confirmation, Ive obtenir 10 emails d'une personne parce qu'ils ne pensent pas le message envoie!

heres mon fichier php .. peut-être quelque chose IVE laissé de côté?
Code: [ Select ]
<?
 
   if (isset($HTTP_POST_VARS)) {
               
                $name = $HTTP_POST_VARS["name"];
                $phone = $HTTP_POST_VARS["phone"];
                $email = $HTTP_POST_VARS["email"];
                $message = $HTTP_POST_VARS["message"];
                }
 
   $to = "ebrown@2duce2.com";
     $from = "info@2duce2.com";
   $subject = "2Duce2 Wedding Videos";
   $msg .= "Senders Name: " ."$name\n\n";
   $msg .= "Phone: " ."$phone\n\n";
   $msg .= "Email: " ."$email\n\n";
   $msg .= "Message: " ."$message\n\n";
     $msg .= "This message was sent to you from 2Duce2 Wedding videos Contact Request Form.\n\n";
     $msg .= "Do not reply to this email directly.";
 
  mail($to, $from, $subject, $msg, "From: 2Duce2 Wedding Videos\nReply-To: $email\n");
 
?>
success
 
  1. <?
  2.  
  3.    if (isset($HTTP_POST_VARS)) {
  4.                
  5.                 $name = $HTTP_POST_VARS["name"];
  6.                 $phone = $HTTP_POST_VARS["phone"];
  7.                 $email = $HTTP_POST_VARS["email"];
  8.                 $message = $HTTP_POST_VARS["message"];
  9.                 }
  10.  
  11.    $to = "ebrown@2duce2.com";
  12.      $from = "info@2duce2.com";
  13.    $subject = "2Duce2 Wedding Videos";
  14.    $msg .= "Senders Name: " ."$name\n\n";
  15.    $msg .= "Phone: " ."$phone\n\n";
  16.    $msg .= "Email: " ."$email\n\n";
  17.    $msg .= "Message: " ."$message\n\n";
  18.      $msg .= "This message was sent to you from 2Duce2 Wedding videos Contact Request Form.\n\n";
  19.      $msg .= "Do not reply to this email directly.";
  20.  
  21.   mail($to, $from, $subject, $msg, "From: 2Duce2 Wedding Videos\nReply-To: $email\n");
  22.  
  23. ?>
  24. success
  25.  


S'il vous plaît Aide again:)
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Octobre 3rd, 2008, 7:07 am

  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 8:06 am

de sorte que le problème est que Flash est à la recherche d'une réponse du script PHP. Il doit avoir tout ce qu'il faut pour faire face à cette réponse (afficher un message), mais il ne semble pas faire quoi que ce soit à partir du php.

Puis quelqu'un de plus versé dans PHP regarder cela et de ce qui précède php pour envoyer une réponse à la page (toute réponse, le texte n'a pas d'importance).

Geno, dans le temps, vous pouvez essayer de déplacer le "succès" au-dessus du mot php étroite "? > "Au lieu de test ci-dessous et le formulaire de nouveau?
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de l’utilisateur
  • Inscription: Mai 28, 2003
  • Messages: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Message Octobre 3rd, 2008, 8:33 am

Havent a eu la chance de regarder encore graphixboy votre version originale, mais la FLA, j'ai vu et a travaillé avec ne dispose pas d'une erreur / succès clip intégré, à moins que vous l'avez ajoutée. Si vous n'avez pas un, puis thats probablement la raison.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 8:40 am

theres une version plus récente du fla, mais je viens de modifier le texte dans le champ du message pour dire merci.
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 9:17 am

Ce problème est résolu! Merci les gars pour faire face à une telle amateur et ayant des patients à traiter avec moi:)
  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 9:22 am

ce qui fixe elle? combo de déplacer le texte dans le php et mon nouveau fla ou simplement déplacer le texte?
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 9:43 am

J'ai fait les deux à la fois de manière Im pas sûr que l'on fixe elle!
  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 10:01 am

ok heres comment obtenir la chose en plein écran.

Ok, alors vous devez ajouter ceci à l'intérieur des balises tête de votre page d'accueil (il suffit de copier-coller)
Code: [ Select ]
<script type="text/javascript">
        function openFull(targ){
            var urlTarg = targ;
            newWin = window.open(urlTarg,'Flash Site','fullscreen=yes,toolbar=no,location=no,directories=no,
status=no,menubar=no,scrollbars=no,resizable=no');
            newWin.resizeTo();
            newWin.resizeTo(screen.availWidth,screen.availHeight);
        }
    </script>
  1. <script type="text/javascript">
  2.         function openFull(targ){
  3.             var urlTarg = targ;
  4.             newWin = window.open(urlTarg,'Flash Site','fullscreen=yes,toolbar=no,location=no,directories=no,
  5. status=no,menubar=no,scrollbars=no,resizable=no');
  6.             newWin.resizeTo();
  7.             newWin.resizeTo(screen.availWidth,screen.availHeight);
  8.         }
  9.     </script>


et puis vous devez remplacer la première partie du lien vers votre flash avec
Code: [ Select ]
<a href="#" onclick="openFull('url');">
Veillez à remplacer l'url "avec la page que vous souhaitez créer un lien mais garder le tout autour. Cela devrait obtenir ce dont vous avez besoin.
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 11:18 am

Quand j'ai téléchargé le fichier index.html et allé sur le site c'était une page d'un peu tout le code

Ai-je ajouter le code au bon endroit?

Code: [ Select ]
<!--$sitebuilder version="2.6" extra="Java(1.6.0_05-ea)" md5="7e471e5817095a05fdaa3444b9c05165"$-->
<!--$templateKey Blank||1.0.0$-->
<html>
  <head>
    <title>2Duce2 Wedding Videos</title>
    <meta name="generator" content="Yahoo! SiteBuilder/2.6/1.6.0_05-ea">
    <!--$page size 1000, 768$-->
    <!--$page margin 0, 0, 0, 0$-->
    <!--$centered$-->
    <!--$fontFamily Arial$-->
    <!--$fontSize 14$-->
    <style type="text/css"><!--
      BODY {font-family:"Arial"; font-size:14;margin:0px;padding:0px;text-align:center;min-width:1000px;}
      P {font-family:"Arial"; font-size:14;}
      FORM {margin:0;padding:0;}
      #centerwrapper {text-align:left;width:1000px;margin-left:auto;margin-right:auto;}
    --></style>
    <script type="text/javascript">
            function openFull(targ){
                var urlTarg = targ;
                newWin = window.open(urlTarg,'Flash Site','fullscreen=yes,toolbar=no,location=no,directories=no,
    status=no,menubar=no,scrollbars=no,resizable=no');
                newWin.resizeTo();
                newWin.resizeTo(screen.availWidth,screen.availHeight);
            }
    </script>
  </head>
  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" topmargin="0" leftmargin="0">
 
<!--$begin exclude$-->
    <div id="centerwrapper">
      <div id="root" style="position:absolute;width:1000px;height:768px;">
<!--$end exclude$-->
        <div id="e0" style="position:absolute;left:0;top:0;width:1000;height:768;"><img src="images/mainmenu.jpg" width="1000" height="768" alt=""></div>        <div id="e1" style="position:absolute;left:378;top:443;width:250;height:109;">
          <table border="0" cellspacing="0" cellpadding="0" width="250">
            <tr>
              <td nowrap height="109" align="center" valign="top"><span class="text"><font face="Verdana" size="4"><span style="font-size:22px;line-height:28px;">Please press the F11 <br soft>key on your keyboard <br soft>for better viewing<br soft></span></font></span></td>
            </tr>
          </table>
        </div>
        <div id="e2" style="position:absolute;left:304;top:228;width:153;height:101;"><a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html); target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-153x101.png" width="153" height="101" border="0" alt=""></a></div>        <div id="e3" style="position:absolute;left:350;top:344;width:56;height:19;"> <a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html); target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-56x19.png" width="56" height="19" border="0" alt=""></a></div>        <div id="e4" style="position:absolute;left:544;top:227;width:139;height:107;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-139x107.png" width="139" height="107" border="0" alt=""></a></div>        <div id="e5" style="position:absolute;left:599;top:348;width:30;height:18;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-30x18.png" width="30" height="18" border="0" alt=""></a></div><!--$begin exclude$-->
      </div>
    </div>
<!--$end exclude$-->
  </body>
</html>
 
  1. <!--$sitebuilder version="2.6" extra="Java(1.6.0_05-ea)" md5="7e471e5817095a05fdaa3444b9c05165"$-->
  2. <!--$templateKey Blank||1.0.0$-->
  3. <html>
  4.   <head>
  5.     <title>2Duce2 Wedding Videos</title>
  6.     <meta name="generator" content="Yahoo! SiteBuilder/2.6/1.6.0_05-ea">
  7.     <!--$page size 1000, 768$-->
  8.     <!--$page margin 0, 0, 0, 0$-->
  9.     <!--$centered$-->
  10.     <!--$fontFamily Arial$-->
  11.     <!--$fontSize 14$-->
  12.     <style type="text/css"><!--
  13.       BODY {font-family:"Arial"; font-size:14;margin:0px;padding:0px;text-align:center;min-width:1000px;}
  14.       P {font-family:"Arial"; font-size:14;}
  15.       FORM {margin:0;padding:0;}
  16.       #centerwrapper {text-align:left;width:1000px;margin-left:auto;margin-right:auto;}
  17.     --></style>
  18.     <script type="text/javascript">
  19.             function openFull(targ){
  20.                 var urlTarg = targ;
  21.                 newWin = window.open(urlTarg,'Flash Site','fullscreen=yes,toolbar=no,location=no,directories=no,
  22.     status=no,menubar=no,scrollbars=no,resizable=no');
  23.                 newWin.resizeTo();
  24.                 newWin.resizeTo(screen.availWidth,screen.availHeight);
  25.             }
  26.     </script>
  27.   </head>
  28.   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" topmargin="0" leftmargin="0">
  29.  
  30. <!--$begin exclude$-->
  31.     <div id="centerwrapper">
  32.       <div id="root" style="position:absolute;width:1000px;height:768px;">
  33. <!--$end exclude$-->
  34.         <div id="e0" style="position:absolute;left:0;top:0;width:1000;height:768;"><img src="images/mainmenu.jpg" width="1000" height="768" alt=""></div>        <div id="e1" style="position:absolute;left:378;top:443;width:250;height:109;">
  35.           <table border="0" cellspacing="0" cellpadding="0" width="250">
  36.             <tr>
  37.               <td nowrap height="109" align="center" valign="top"><span class="text"><font face="Verdana" size="4"><span style="font-size:22px;line-height:28px;">Please press the F11 <br soft>key on your keyboard <br soft>for better viewing<br soft></span></font></span></td>
  38.             </tr>
  39.           </table>
  40.         </div>
  41.         <div id="e2" style="position:absolute;left:304;top:228;width:153;height:101;"><a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html); target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-153x101.png" width="153" height="101" border="0" alt=""></a></div>        <div id="e3" style="position:absolute;left:350;top:344;width:56;height:19;"> <a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html); target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-56x19.png" width="56" height="19" border="0" alt=""></a></div>        <div id="e4" style="position:absolute;left:544;top:227;width:139;height:107;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-139x107.png" width="139" height="107" border="0" alt=""></a></div>        <div id="e5" style="position:absolute;left:599;top:348;width:30;height:18;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-30x18.png" width="30" height="18" border="0" alt=""></a></div><!--$begin exclude$-->
  42.       </div>
  43.     </div>
  44. <!--$end exclude$-->
  45.   </body>
  46. </html>
  47.  
  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 11:26 am

nope thats la bonne place. Cela me fait penser sitebuilder est la façon dont certains de jouer avec le code au moment de l'exécution et me fait craindre que vous ne pourriez pas être en mesure de faire ce genre de changement.

Tout le monde sais comment obtenir yahoo sitebuilder pour vous donner accès à l'html?
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 12:20 pm

Im sur la touche pour parler aux gens à yahoo...Son prolly gona jamais prendre...hahaha;)
  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 1:16 pm

Bon si j'ai compris la façon de modifier le code HTML avec le constructeur de site Web de Yahoo, mais avec le nouveau code inséré, lorsque je clique sur l'image pour aller sur mon site principal, il ne s'ouvre pas du tout.

L'URL de changements mais à: http://2duce2.com/#

je dois donc être messin le codage ou de quelque chose
Code: [ Select ]
<!--$sitebuilder version="2.6" extra="Java(1.6.0_05-ea)" md5="7e471e5817095a05fdaa3444b9c05165"$-->
<!--$templateKey Blank||1.0.0$-->
<html>
  <head>
    <title>2Duce2 Wedding Videos</title>
    <meta name="generator" content="Yahoo! SiteBuilder/2.6/1.6.0_05-ea">
    <!--$page size 1000, 768$-->
    <!--$page margin 0, 0, 0, 0$-->
    <!--$centered$-->
    <!--$fontFamily Arial$-->
    <!--$fontSize 14$-->
    <style type="text/css"><!--
      BODY {font-family:"Arial"; font-size:14;margin:0px;padding:0px;text-align:center;min-width:1000px;}
      P {font-family:"Arial"; font-size:14;}
      FORM {margin:0;padding:0;}
      #centerwrapper {text-align:left;width:1000px;margin-left:auto;margin-right:auto;}
    --></style>
<script type="text/javascript">
        function openFull(targ){
            var urlTarg = targ;
            newWin = window.open(urlTarg,'Flash Site','fullscreen=yes,toolbar=no,location=no,directories=no,
status=no,menubar=no,scrollbars=no,resizable=no');
            newWin.resizeTo();
            newWin.resizeTo(screen.availWidth,screen.availHeight);
        }
    </script>
  </head>
  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" topmargin="0" leftmargin="0">
 
<!--$begin exclude$-->
    <div id="centerwrapper">
      <div id="root" style="position:absolute;width:1000px;height:768px;">
<!--$end exclude$-->
        <div id="e0" style="position:absolute;left:0;top:0;width:1000;height:768;"><img src="images/mainmenu.jpg" width="1000" height="768" alt=""></div>        <div id="e1" style="position:absolute;left:378;top:443;width:250;height:109;">
          <table border="0" cellspacing="0" cellpadding="0" width="250">
            <tr>
              <td nowrap height="109" align="center" valign="top"><span class="text"><font face="Verdana" size="4"><span style="font-size:22px;line-height:28px;">Please press the F11 <br soft>key on your keyboard <br soft>for better viewing<br soft></span></font></span></td>
            </tr>
          </table>
        </div>
        <div id="e2" style="position:absolute;left:304;top:228;width:153;height:101;"><a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html); target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-153x101.png" width="153" height="101" border="0" alt=""></a></div>        <div id="e3" style="position:absolute;left:350;top:344;width:56;height:19;"> <a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html);"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-56x19.png" width="56" height="19" border="0" alt=""></a></div>        <div id="e4" style="position:absolute;left:544;top:227;width:139;height:107;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-139x107.png" width="139" height="107" border="0" alt=""></a></div>        <div id="e5" style="position:absolute;left:599;top:348;width:30;height:18;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-30x18.png" width="30" height="18" border="0" alt=""></a></div><!--$begin exclude$-->
      </div>
    </div>
<!--$end exclude$-->
  </body>
</html>
 
  1. <!--$sitebuilder version="2.6" extra="Java(1.6.0_05-ea)" md5="7e471e5817095a05fdaa3444b9c05165"$-->
  2. <!--$templateKey Blank||1.0.0$-->
  3. <html>
  4.   <head>
  5.     <title>2Duce2 Wedding Videos</title>
  6.     <meta name="generator" content="Yahoo! SiteBuilder/2.6/1.6.0_05-ea">
  7.     <!--$page size 1000, 768$-->
  8.     <!--$page margin 0, 0, 0, 0$-->
  9.     <!--$centered$-->
  10.     <!--$fontFamily Arial$-->
  11.     <!--$fontSize 14$-->
  12.     <style type="text/css"><!--
  13.       BODY {font-family:"Arial"; font-size:14;margin:0px;padding:0px;text-align:center;min-width:1000px;}
  14.       P {font-family:"Arial"; font-size:14;}
  15.       FORM {margin:0;padding:0;}
  16.       #centerwrapper {text-align:left;width:1000px;margin-left:auto;margin-right:auto;}
  17.     --></style>
  18. <script type="text/javascript">
  19.         function openFull(targ){
  20.             var urlTarg = targ;
  21.             newWin = window.open(urlTarg,'Flash Site','fullscreen=yes,toolbar=no,location=no,directories=no,
  22. status=no,menubar=no,scrollbars=no,resizable=no');
  23.             newWin.resizeTo();
  24.             newWin.resizeTo(screen.availWidth,screen.availHeight);
  25.         }
  26.     </script>
  27.   </head>
  28.   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" topmargin="0" leftmargin="0">
  29.  
  30. <!--$begin exclude$-->
  31.     <div id="centerwrapper">
  32.       <div id="root" style="position:absolute;width:1000px;height:768px;">
  33. <!--$end exclude$-->
  34.         <div id="e0" style="position:absolute;left:0;top:0;width:1000;height:768;"><img src="images/mainmenu.jpg" width="1000" height="768" alt=""></div>        <div id="e1" style="position:absolute;left:378;top:443;width:250;height:109;">
  35.           <table border="0" cellspacing="0" cellpadding="0" width="250">
  36.             <tr>
  37.               <td nowrap height="109" align="center" valign="top"><span class="text"><font face="Verdana" size="4"><span style="font-size:22px;line-height:28px;">Please press the F11 <br soft>key on your keyboard <br soft>for better viewing<br soft></span></font></span></td>
  38.             </tr>
  39.           </table>
  40.         </div>
  41.         <div id="e2" style="position:absolute;left:304;top:228;width:153;height:101;"><a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html); target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-153x101.png" width="153" height="101" border="0" alt=""></a></div>        <div id="e3" style="position:absolute;left:350;top:344;width:56;height:19;"> <a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html);"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-56x19.png" width="56" height="19" border="0" alt=""></a></div>        <div id="e4" style="position:absolute;left:544;top:227;width:139;height:107;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-139x107.png" width="139" height="107" border="0" alt=""></a></div>        <div id="e5" style="position:absolute;left:599;top:348;width:30;height:18;"><a href="http://2duce2weddingvideos.blogspot.com/" target="_blank"><!--$img %ImageAssetImpl:/images/button.png$--><img src="sitebuilder/images/button-30x18.png" width="30" height="18" border="0" alt=""></a></div><!--$begin exclude$-->
  42.       </div>
  43.     </div>
  44. <!--$end exclude$-->
  45.   </body>
  46. </html>
  47.  


Une fois que nous obtenons ce compris, la défectuosité soit de vos cheveux:)
  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 1:27 pm

Code: [ Select ]
<a href="#" onclick="openFull(http://2duce2.com/Welcome/weddingvideos.html);
Voilà le problème. Vous avez besoin de guillemets simples autour de l'url pour:
Code: [ Select ]
<a href="#" onclick="openFull('http://2duce2.com/Welcome/weddingvideos.html');
Si cela ne fonctionne pas vous pouvez sortir le href mais le problème c'est que votre souris ne montrent par contre plus.
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • graphixboy
  • Control + Z
  • Mastermind
  • Avatar de l’utilisateur
  • Inscription: Juil 11, 2005
  • Messages: 1828
  • Loc: In the Great White North
  • Status: Offline

Message Octobre 3rd, 2008, 1:41 pm

Oops j'ai vu un erreur de mes autres .. Code Au sommet
Code: [ Select ]
newWin.resizeTo();
newWin.resizeTo(screen.availWidth,screen.availHeight);
  1. newWin.resizeTo();
  2. newWin.resizeTo(screen.availWidth,screen.availHeight);
devrait être
Code: [ Select ]
newWin.moveTo(0,0);
newWin.resizeTo(screen.availWidth,screen.availHeight);
  1. newWin.moveTo(0,0);
  2. newWin.resizeTo(screen.availWidth,screen.availHeight);
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com
  • geno369329
  • Beginner
  • Beginner
  • Avatar de l’utilisateur
  • Inscription: Sep 29, 2008
  • Messages: 44
  • Status: Offline

Message Octobre 3rd, 2008, 1:54 pm

toujours pas de chance!

Je regardais un code d'un autre site et ils ont quelque chose d'un référencement pop up

Code: [ Select ]
<script language="javascript">
function popup(url){
    var win_w, win_h;
    win_w = screen.availWidth;
    win_h = screen.availHeight;
    myWindow = window.open(url, "", "top=1, left=1, width=" + win_w + ", height=" + win_h + ", toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
    if (!myWindow.opener) myWindow.opener = self;

    
    //window.close();
    
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function popupold(Ie,other){
    //Copyright © 1999 m.milicevic machakjoe@netscape.net jjooee@tip.nl
    x=screen.availWidth;
    y=screen.availHeight;
    target = parseFloat(navigator.appVersion.substring(navigator.appVersion.indexOf('.')-1,navigator.appVersion.length));
    // if((navigator.appVersion.indexOf("Mac")!=-1) &&(navigator.userAgent.indexOf("MSIE")!=-1) &&(parseInt(navigator.appVersion)==4))
    // window.open(other,"sub",'scrollbars=no');
    if (target >= 4){
        if (navigator.appName=="Netscape"){
        var MachakFull=window.open(other,"MachakFull",'scrollbars=no','width='+x+',height='+y+',top=0,left=0');
        MachakFull.moveTo(0,0);
        MachakFull.resizeTo(x,y);}
    if (navigator.appName=="Microsoft Internet Explorer")
        window.open(Ie,"MachakFull","fullscreen=yes,scrollbars=no");
        }
        else window.open(other,"sub",'scrollbars=no');
}
</script>
  1. <script language="javascript">
  2. function popup(url){
  3.     var win_w, win_h;
  4.     win_w = screen.availWidth;
  5.     win_h = screen.availHeight;
  6.     myWindow = window.open(url, "", "top=1, left=1, width=" + win_w + ", height=" + win_h + ", toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
  7.     if (!myWindow.opener) myWindow.opener = self;
  8.     
  9.     //window.close();
  10.     
  11. }
  12. function MM_swapImgRestore() { //v3.0
  13. var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  14. }
  15. function MM_findObj(n, d) { //v4.01
  16. var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  17.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  18. if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  19. for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  20. if(!x && d.getElementById) x=d.getElementById(n); return x;
  21. }
  22. function MM_swapImage() { //v3.0
  23. var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  24. if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  25. }
  26. function popupold(Ie,other){
  27.     //Copyright © 1999 m.milicevic machakjoe@netscape.net jjooee@tip.nl
  28.     x=screen.availWidth;
  29.     y=screen.availHeight;
  30.     target = parseFloat(navigator.appVersion.substring(navigator.appVersion.indexOf('.')-1,navigator.appVersion.length));
  31.     // if((navigator.appVersion.indexOf("Mac")!=-1) &&(navigator.userAgent.indexOf("MSIE")!=-1) &&(parseInt(navigator.appVersion)==4))
  32.     // window.open(other,"sub",'scrollbars=no');
  33.     if (target >= 4){
  34.         if (navigator.appName=="Netscape"){
  35.         var MachakFull=window.open(other,"MachakFull",'scrollbars=no','width='+x+',height='+y+',top=0,left=0');
  36.         MachakFull.moveTo(0,0);
  37.         MachakFull.resizeTo(x,y);}
  38.     if (navigator.appName=="Microsoft Internet Explorer")
  39.         window.open(Ie,"MachakFull","fullscreen=yes,scrollbars=no");
  40.         }
  41.         else window.open(other,"sub",'scrollbars=no');
  42. }
  43. </script>


Serait-ce quelque chose qui manque...Je ne sais pas...mon cerveau fait mal:)
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Octobre 3rd, 2008, 1:54 pm

Afficher de l'information

  • Total des messages de ce sujet: 62 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 41 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC