English 中文(简体)
静态的页面内容是否等到美国宇宙航空研究开发机构的文件内容上去?
原标题:Will static page content wait to load until an AJAX script gets its content?
  • 时间:2010-08-17 03:21:21
  •  标签:
  • php
  • html
  • ajax

我试图从网站内容上删除,并在我的网站上展示。

我有第1站点,我想在第1站点展示第2站点的一些内容。

我的计划是利用AJAX,在1号站点装上PHP的文字,把内容从2号站点上载并与之相呼应。 之后,日本宇宙航空研究开发机构将采用PHP的文字,并在第1站点的DIV中展示。

我的问题是......

第1站点所有其他静态内容是否等到PHP的纸面完全装满,并在装满之前照搬其内容?

页: 1

第1号载荷的所有其它静态内容,最初是在第2号宇宙航空研究开发厅完成内容之后,将在DIV中展示吗?

这一切都将出现在页数上。

最佳回答

如果你在Load页上这样做,那么,你的人力部将首先显示日本宇宙航空研究开发机构装载的内容。 页: 1 Load意味着该功能将等到......该页装满。

如果你不希望做到这一点,你可以有作为Load的一部分的文字,有线 Java。

页: 1

<head>
  <script type="text/javascript>
    function alertMe() {
      alert("hello world!");
    }
  </script>
</head>

然后,在<代码><one>节开始之际,你可以称职。

<body>
  <script type="text/javascript">
    alertMe();
  </script>
  <!-- Other page content -->
</body>

然而,这也许不是良好做法,因为其他网站可能无法提供,并且可能会使你的整个网页停用或公布用户,因为你的网站需要更长的时间。

装上AJAX号,AFTER,因此,我将选择第1号。

问题回答

通常情况下是第二例:第一页的负荷,然后是四页的响应。

您可以撰写同步的“雅克斯”请求书,在回复收到之前不再提出,但这似乎与我一样。

也许你误解了美国宇宙航空研究开发机构背后的想法。 否则,我会误解你的问题。

如果第1站点有一个与第2站点内容相呼应的硬拷贝,那么该双筒将等到第2站点的内容之后才能继续使用其他文字。 但是,如果第1站点的硬拷贝向客户寄送一些 Java文,那么第1站点的硬拷贝将不向第2站点发出任何要求,而且Javagust将要求第2站点提供其内容。

如果我误解你的问题,我会抱歉。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签