douyi5157 2011-01-25 20:31
浏览 48

Ajax表单jQuerymobile没有加载内容

The send button is sending the info to my mail, but the page doesn't load the content that is on my .php .

 <div data-role="content">
  <form method="post" action="sendcontactomovil.php">
  <fieldset>
  <div data-role="fieldcontain">
   <label for="nombreyapellido">Nombre y Apellido:</label>
   <input type="text" name="nombreyapellidom"><br/>
  </div>
  <div data-role="fieldcontain">
   <label for="mail">Correo electronico:</label>
   <input type="text" name="mailm">
  </div>
        <div data-role="fieldcontain">
   <label for="telefono">Telefono:</label>
   <input type="text" name="telefonom">
  </div>
        <div data-role="fieldcontain">
  <label for="consulta" style="vertical-align:top">Consulta:</label>
  <textarea cols="40" rows="10" name="consultam"></textarea>
  </div>
  </fieldset>
  <button type="submit" value="Enviar">Enviar</button>
  </form>
 </div>

php

if($send) 
 {echo "<h3 style='text-align: center; margin-top: 200px'> Informacion Enviada Existosamente</h3>";} 
 else 
 {print "Encontramos un error al enviar el mail, por favor avisanos en db@chorrillana.cl"; }
  • 写回答

1条回答 默认 最新

  • dpa31905 2011-03-16 13:53
    关注

    Jquery mobile will use ajax to make the request, in order to see the actualization you need to rerender or reload the page.

    If you want to reload after a form submit, you can use ajaxFormsEnabled.

    Take a look at the documentation here.

    http://jquerymobile.com/demos/1.0a2/#docs/api/globalconfig.html

    评论

报告相同问题?

悬赏问题

  • ¥15 本题的答案是不是有问题
  • ¥15 关于#r语言#的问题:(svydesign)为什么在一个大的数据集中抽取了一个小数据集
  • ¥15 C++使用Gunplot
  • ¥15 这个电路是如何实现路灯控制器的,原理是什么,怎么求解灯亮起后熄灭的时间如图?
  • ¥15 matlab数字图像处理频率域滤波
  • ¥15 在abaqus做了二维正交切削模型,给刀具添加了超声振动条件后输出切削力为什么比普通切削增大这么多
  • ¥15 ELGamal和paillier计算效率谁快?
  • ¥15 蓝桥杯单片机第十三届第一场,整点继电器吸合,5s后断开出现了问题
  • ¥15 file converter 转换格式失败 报错 Error marking filters as finished,如何解决?
  • ¥15 Arcgis相交分析无法绘制一个或多个图形