php页眉返回上一页代码,html页面中常用的js代码(如:返回上一页,自动刷新)...

Javascript 返回上一页

1. Javascript 返回上一页 history.go(-1), 返回两个页面: history.go(-2);

2. history.back().

3. window.history.forward()返回下一页

4. window.history.go(返回第几页,也可以使用访问过的URL)

例:

href="javascript:history.go(-1);">向上一页

response.Write("

response.Write("if(!confirm('完成任务?')){history.back();}")

response.Write("")

response.Write("")

href="javascript:history.go(-1);">向上一页

页面跳转:οnclick="window.location.href='list.aspx'"

P.S.

小技巧(JS引用JS):

Javascript刷新页面的几种方法:

1 history.go(0)

2 location.reload()

3 location=location

4 location.assign(location)

5 document.execCommand('Refresh')

6 window.navigate(location)

7 location.replace(location)

8 document.URL=location.href

自动刷新页面的方法:

1.页面自动刷新:把如下代码加入

区域中

content="20">

其中20指每隔20秒刷新一次页面.

2.页面自动跳转:把如下代码加入

区域中

content="20;url=http://blog.sina.com.cn/years2013">

其中20指隔20秒后跳转到http://www.javaeye.com页面

3.页面自动刷新js版

function myrefresh()

{

window.location.reload();

}

setTimeout('myrefresh()',1000); //指定1秒刷新一次

ASP.NET如何输出刷新父窗口脚本语句

1.

this.response.write("");

2.

this.response.write("

=

opener.window.location.href;");

3. Response.Write("")

JS刷新框架的脚本语句

//如何刷新包含该框架的页面用

parent.location.reload();

//子窗口刷新父窗口

self.opener.location.reload();

( 或 

href="javascript:opener.location.reload()">刷新

)

//如何刷新另一个框架的页面用

parent.另一FrameID.location.reload();

如果想关闭窗口时刷新或者想开窗时刷新的话,在

中调用以下语句即可。

οnlοad="opener.location.reload()"> 开窗时刷新

onUnload="opener.location.reload()"> 关闭时刷新

window.opener.document.location.reload()

好的,以下是一个包含3个页面的简单网站的HTML和CSS的复杂代码示例: HTML代码: ``` <!DOCTYPE html> <html> <head> <title>My Website</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> </head> <body> <header> <nav> <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About Us</a></li> <li><a href="contact.html">Contact Us</a></li> </ul> </nav> </header> <main> <h1>Welcome to My Website</h1> <p>Here you can find all kinds of information about our products and services.</p> <a href="about.html">Learn More</a> </main> <footer> <p>© 2021 My Website. All rights reserved.</p> </footer> </body> </html> ``` CSS代码: ``` body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #333; color: #fff; padding: 10px; } nav ul { list-style: none; margin: 0; padding: 0; } nav ul li { display: inline-block; margin-right: 20px; } nav ul li a { color: #fff; text-decoration: none; } main { padding: 20px; } h1 { font-size: 36px; margin-bottom: 20px; } p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; } a { display: inline-block; padding: 10px 20px; background-color: #333; color: #fff; text-decoration: none; border-radius: 5px; } a:hover { background-color: #666; } ``` 这个示例包含一个主页(index.html)、关于我们页面(about.html)和联系我们页面(contact.html)。它还包含一个简单的导航菜单、页眉、主要内容区和页脚。CSS代码用于设置网站的样式和布局。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值