dseigqk7443 2010-09-27 07:32
浏览 48

在jquery和php中读取外部服务器文件

i need to load an external html page in my codes

$(document).ready(function(){$("#check").load("http://www.mysite.com/names.html")});

and i need my script reads this external html page

is it possible to do such a thing in jquery or even in php ?!

i need to know all of the possible ways .

  • 写回答

3条回答 默认 最新

  • dqyl2374 2010-09-27 07:37
    关注

    Using .ajax instead of .load

    $.ajax({
      url: "http://www.mysite.com/names.html",
      cache: false,
      success: function(html){
        //Do some thing with html
      }
    });
    

    See more: http://api.jquery.com/jQuery.ajax/

    评论

报告相同问题?

悬赏问题

  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入
  • ¥40 使用MATLAB解答线性代数问题
  • ¥15 COCOS的问题COCOS的问题
  • ¥15 FPGA-SRIO初始化失败
  • ¥15 MapReduce实现倒排索引失败
  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码