addlink.js
资源名称:shop.rar [点击查看]
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:0k
源码类别:
Applet
开发平台:
Java
- function check(addarticle){
- if(addarticle.topic.value=="")
- {alert("请输入友情链接标题!");
- addarticle.topic.focus();
- return false;
- }
- if(addarticle.originURL.value=="")
- {alert("请输入友情链接URL!");
- addarticle.originURL.focus();
- return false;
- }
- }