|
2006-10-11 星期三(Wednesday) 晴 |
e科士威国际两岸四地加盟中心(中国,台湾,香港,澳门) 联系我们QQ:18474113 UC: 1439120660 Skype :wabq_1999 MSN: wabq_1999 精英打造 专业系统,欢迎进入eCosway TET(Top ECosway Team)国际团队。 TET团队于2003年8月成立,是eCosway里一个顶尖的国际型团队,拥有来自中国大陆,台湾,香港澳门, 以及全世界各地的ecosway业主.在这个E时代,我们将引导您进入一个全新的学习.消费.经营环境中. TET团队是一个领导.讲师复制到位.运作方法特别的国际团队, 是由一群认同eCosway公司互惠营销理念的人士及精英所自行组成的国际团队,加入TET团队, 让您拥有有更多的网路人脉。 TET成员来自五洲四海,不仅在台湾,马来西亚、中国大陆、香港、澳洲、美国等地也有TET团队伙伴。 在TET团队里,有专职的经销商、有各行各业的上班族.业务员、有医师老师工程师、有老板...... |
 分类:未分类 | 评论: 0 | 浏览:396
| 推荐指数:0 |
|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
copyValue=function(element)
{
if(isIE())
{
element=$(element);
switch(element.tagName.toLowerCase())
{
case"input":element.select();
clipboardData.setData("Text",element.value);
alert("您已经复制了此链接地址");
break;
default:clipboardData.setData("Text",element.innerHTML);
break;
}
}
else
{
element=$(element);
element.select();
copy(element.value)
alert("您已经复制了此链接地址");
}
}
function isIE(number)
{
if(typeof(number)!=number)
{
return!!document.all;
}
}
function $()
{
var results=[],element;
for(var i=0;i1?results:results[0];
}
//ie,friefox
function CopyText(id)
{
copy(document.getElementById(id).value);
}
function copy(text2copy)
{
var flashcopier = 'flashcopier';
if(!document.getElementById(flashcopier))
{
var divholder = document.createElement('div');
divholder.id = flashcopier;
document.body.appendChild(divholder);
}
document.getElementById(flashcopier).innerHTML = '';
var divinfo = '';//这里是关键
document.getElementById(flashcopier).innerHTML = divinfo;
}
function addBookmark(strUrl,strTitle)
{
if(window.sidebar)
{
window.sidebar.addPanel(strTitle,strUrl,"");
}
else
{
window.external.AddFavorite(strUrl,strTitle);
}
}
|