formtoemail.php trabajar con el archivo swf?

  • gilgalbiblewheel
  • Born
  • Born
  • No Avatar
  • Registrado: Jul 02, 2004
  • Mensajes: 2
  • Status: Offline

Nota Octubre 30th, 2007, 7:36 pm

He intentado utilizar la página:
http://formtoemail.com/

en mi sección de contacto:
http://205.205.200.231/~h806209/

Pero no funciona.

Creo que el primer eslabón se supone que es para los sitios web regulares y no flash sitios animados. ¿Hay alguna manera para que funcione?

Heres lo que dice en la forma:

Código: [ Select ]
var totFields = 8;
var _this = this;
var clearFields = function ()
{
  for (i = 1; i <= totFields; i++)
  {
    var _loc1 = _this["txt" + i];
    _loc1.text = _loc1.startText;
  } // end of for
};
for (i = 1; i <= totFields; i++)
{
  var fieldName = this["txt" + i];
  fieldName.tabIndex = i;
  fieldName.startText = fieldName.text;
  fieldName.onSetFocus = function ()
  {
    if (this.text == this.startText)
    {
      this.text = "";
    } // end if
  };
  fieldName.onKillFocus = function ()
  {
    if (this.text == "")
    {
      this.text = this.startText;
    } // end if
  };
} // end of for
_clear.onRelease = function ()
{
  clearFields();
};
_submit.onRelease = function ()
{
  if (txt1.text == txt1.startText || txt2.text == txt2.startText || txt3.text == txt3.startText || txt4.text == txt4.startText || txt5.text == txt5.startText || txt6.text == txt6.startText || txt7.text == txt7.startText || txt8.text == txt8.startText)
  {
    clearFields();
    gotoAndStop(3);
  }
  else
  {
    _this.loadVariables("FormToEmail.php", "POST");
    clearFields();
    gotoAndStop(2);
  } // end else if
};
stop ();
  1. var totFields = 8;
  2. var _this = this;
  3. var clearFields = function ()
  4. {
  5.   for (i = 1; i <= totFields; i++)
  6.   {
  7.     var _loc1 = _this["txt" + i];
  8.     _loc1.text = _loc1.startText;
  9.   } // end of for
  10. };
  11. for (i = 1; i <= totFields; i++)
  12. {
  13.   var fieldName = this["txt" + i];
  14.   fieldName.tabIndex = i;
  15.   fieldName.startText = fieldName.text;
  16.   fieldName.onSetFocus = function ()
  17.   {
  18.     if (this.text == this.startText)
  19.     {
  20.       this.text = "";
  21.     } // end if
  22.   };
  23.   fieldName.onKillFocus = function ()
  24.   {
  25.     if (this.text == "")
  26.     {
  27.       this.text = this.startText;
  28.     } // end if
  29.   };
  30. } // end of for
  31. _clear.onRelease = function ()
  32. {
  33.   clearFields();
  34. };
  35. _submit.onRelease = function ()
  36. {
  37.   if (txt1.text == txt1.startText || txt2.text == txt2.startText || txt3.text == txt3.startText || txt4.text == txt4.startText || txt5.text == txt5.startText || txt6.text == txt6.startText || txt7.text == txt7.startText || txt8.text == txt8.startText)
  38.   {
  39.     clearFields();
  40.     gotoAndStop(3);
  41.   }
  42.   else
  43.   {
  44.     _this.loadVariables("FormToEmail.php", "POST");
  45.     clearFields();
  46.     gotoAndStop(2);
  47.   } // end else if
  48. };
  49. stop ();
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Octubre 30th, 2007, 7:36 pm

Publicar Información

  • Total de mensajes en este tema: 1 mensaje
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 41 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC