留言本,留言的时候是成功了,但是不能即时显示留言的内容,只有关闭浏览器以后,再次打开浏览器才显示新加的留言,请问有什么办法解决此问题。
---------------------------------------------------------------
只需简单改一下XMLUrl就可以了。
修改你flash中的
bookurl="http://localhost/xmltoflash/index.asp";
为一下内容即可:
var tmp = new Date();
bookurl="http://localhost/xmltoflash/index.asp?temp="+tmp.getTime();
---------------------------------------------------------------
只需简单改一下XMLUrl就可以了。
修改你flash中的
bookurl="http://localhost/xmltoflash/index.asp";
为一下内容即可:
var tmp = new Date();
bookurl="http://localhost/xmltoflash/index.asp?temp="+tmp.getTime();
回复Comments
作者:
{commentrecontent}