免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1916 | 回复: 3
打印 上一主题 下一主题

Problems about ajax + perl [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-01 04:47 |只看该作者 |倒序浏览
I have 2 problems about implementing a todo list.

1, I use XMLHttpRequest to update part of my webpage(adding items to list, using perl at the backend server to maintain a xml list file. every items go there. ),
Sometime its working, sometime it's not    I GUESS it's web browser cache problem, since the web page(a.html)'s
last -modified date hasn't been changed. After deleting the cache , it's working well....

Question is How I write a html page whithout going to browser cache?


2, I use XMLHttpRequest from the main page (a.html) to call another page(b.html) and update the part of
a.html by adding items into <div> </div>.
BUT in b.html  <body onLoad = func();> won't work; It seems onLoad will not be called.
The purpose to use onLoad is read the cookie when b.html is loaded. (No touch that page).

Question is How I call a javaScript function automatically when the html page is loaded?

I wrote a perl program instead of b.html, but kind of slow. improvement needed .

Any suggestions , comments are welcomed.

论坛徽章:
0
2 [报告]
发表于 2006-03-01 15:29 |只看该作者
1. add a random string to the end of the request url
2. onload is work well.maybe you should search for "onload"

论坛徽章:
0
3 [报告]
发表于 2006-03-01 16:07 |只看该作者
2.
<script type="text/javascript">
        window.onload = funcRef;
</script>

论坛徽章:
0
4 [报告]
发表于 2006-03-02 01:59 |只看该作者
Thanks guys !

First problem, I added

<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">

It seems working now.

Second problem I'll try...
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP