博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
父窗体刷新子窗体
阅读量:6946 次
发布时间:2019-06-27

本文共 751 字,大约阅读时间需要 2 分钟。

<%
@ Page Language
=
"
C#
"
 AutoEventWireup
=
"
true
"
 CodeFile
=
"
AutoRefresh.aspx.cs
"
 Inherits
=
"
AutoRefresh
"
 
%>
<!
DOCTYPE html PUBLIC 
"
-//W3C//DTD XHTML 1.0 Transitional//EN
"
 
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
"
>
<
html xmlns
=
"
http://www.w3.org/1999/xhtml
"
>
<
head runat
=
"
server
"
>
    
<
title
></
title
>
    
<
script   language
=
 
"
javascript 
"
 type
=
"
text/javascript
"
>
        function aa() {
            window.location.href 
=
 window.location.href;
            window.open(
'
http://sz.58.com/danbaobaoxiantouzi/5615743316226x.shtml
'
'
ch
'
);
            ch.location.reload();
            setTimeout(
'
aa()
'
20000
);
        }
        
    
</
script
>
 
</
head
>
<
body onload
=
"
aa()
"
>
    
<
form id
=
"
form1
"
 runat
=
"
server
"
>
    
<
div
>
    
    
</
div
>
    
</
form
>
</
body
>
</
html
>

转载地址:http://jyenl.baihongyu.com/

你可能感兴趣的文章
登录判断跳转页面
查看>>
多线程IO操作(扫描文件夹并计算总大小)
查看>>
读UNIX编程艺术(一)
查看>>
oracle存储过程获取异常信息码和异常信息
查看>>
大系统小做培训总结
查看>>
javascript闭包与函数式编程
查看>>
基于ceph-rbd的文件共享
查看>>
Web Service 那点事儿(3)—— SOAP 及其安全控制
查看>>
自定义按钮
查看>>
Android手机摄像头作为PC摄像头开发
查看>>
Docker
查看>>
JPush Android 推送如何区分开发、生产环境
查看>>
Redis入门
查看>>
Spring下管理sessionFactory
查看>>
CentOS系统安装MySQL支持远程连接的方法
查看>>
python爱好者QQ群
查看>>
设计模式概念总结
查看>>
mysql根据查询结果更新
查看>>
第二十三讲:tapestry的Delegate和Blocks组件
查看>>
No subject alternative names present的原因
查看>>