给翻译一下这php代码
代码内容:}elseif(ck_dn($domain)){$("#linkshow").show();$("#linklist").html("<iframesrc='d...
代码内容:
}else if(ck_dn($domain)){
$("#linkshow").show();
$("#linklist").html("<iframe src='data.php?p=1&dn="+$domain+"' height='270' width='900' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no'></iframe>");
}else{
alert("请输入正确的域名");
} 展开
}else if(ck_dn($domain)){
$("#linkshow").show();
$("#linklist").html("<iframe src='data.php?p=1&dn="+$domain+"' height='270' width='900' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no'></iframe>");
}else{
alert("请输入正确的域名");
} 展开
展开全部
如果 ck_dn($domain) 值=true 或非0非空 等相当于true的值
id=linkshow 的标记 显示
id=linklist 的标记html值 设置为 <iframe src='data.php?p=1&dn="+$domain+"' height='270' width='900' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no'></iframe> 也就是在这个标记下显示一个内嵌框架页面 地址是 data.php?p=1&dn="+$domain+"' 高度270 宽度900 边框0 滚动条no即没有
否则
弹出提示 “请输入正确的域名”
但是我很奇怪 为什么这个代码 不是php 是jquery
id=linkshow 的标记 显示
id=linklist 的标记html值 设置为 <iframe src='data.php?p=1&dn="+$domain+"' height='270' width='900' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no'></iframe> 也就是在这个标记下显示一个内嵌框架页面 地址是 data.php?p=1&dn="+$domain+"' 高度270 宽度900 边框0 滚动条no即没有
否则
弹出提示 “请输入正确的域名”
但是我很奇怪 为什么这个代码 不是php 是jquery
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询