zoukankan
html css js c++ java
javascript常用脚本集锦
1. 加入收藏:
<
a href
=
"
javascript:window.external.AddFavorite(location.href, document.title);
"
>
加入收藏
</
a
>
2. 设为首页:
<
a onclick
=
"
this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xybar.cn/');
"
href
=
"
#
"
>
设为首页
</
a
>
<
input TYPE
=
"
button
"
VALUE
=
"
设为首页
"
onclick
=
"
this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.xybar.cn/');
"
href
=
"
#
"
>
查看全文
相关阅读:
SSM项目使用GoEasy 实现web消息推送服务
Spring中RedirectAttributes的用法
Mybatis传递多个参数
Mysql异常之——Packet for query is too large (10240 > 1024). You can change this value
记自己在mybatis中设置jdbcType的一个坑
Linux中各个目录作用
Linux启动/停止/重启Mysql数据库
ssm项目跨域访问
Mybatis异常之——NoSuchMethodException
Tomcat异常之——启动报错Failed to start component
原文地址:https://www.cnblogs.com/ddr888/p/640903.html
最新文章
nosql和ACP理论
webapp项目准备
spring 注解开发
spring 框架
hashMap数据结构
java.util.ConcurrentModificationException
vue-cli3
ActiveMQ
Spring 控制反转
Linux常用命令
热门文章
基于Spring MVC 实现拦截器
3-全局异常处理
2-资源的访问
1-helloWorld
Postman的Post请求方式的四种类型的数据
WebSocket推送
Tomcat异常及解决办法——持续更新中
Html5使用canvas作图
Html5使用canvas作图线宽很粗
Tomcat server.xml各个端口的作用
Copyright © 2011-2022 走看看