我爱Aspx >> Asp.Net >> asp有象VB的combo控件一样的可以手动修改内容的下拉框码?asp有象VB的combo控件一样的可以手动修改内容的下拉框码?或者类似的对象
google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";
第2楼. 由 hookee 于 2007-6-26 0:29:59 发表
ComboBox.js
function getLeftPostion( theObj )
{
var pos = 0;
while ( theObj != null )
{
pos += theObj.offsetLeft;
//get the Object which contain theObj.
theObj = theObj.offsetParent;
}
return pos;
}
function getTopPostion( theObj )
{
var pos = 0;
while ( theObj != null )
{
pos += theObj.offsetTop;
//get the Object which contain theObj.
theObj = theObj.offsetParent;
}
return pos;
}
function checkVersion()
{
var isBadVersion=true;
var curVer=navigator.appVersion;
var pos=parseInt(curVer.indexOf("MSIE"));
Ҷƪл˵?
关于ASP无组件上传[07-06]
如何用vba 控制字体颜色[07-06]
asp.net真是他妈的变态K型.开发网..[07-06]
本人是asp.net的初学者,谁能给我..[07-06]
asp.net ajax UpdatePanel控件使..[07-06]
ASP中的判断语句不起作用[07-06]
没有网络连接时,asp程序无法访问..[07-06]
ASP好还是JSP好[07-06]
ASP缺少对象问题怎么解决!望各位..[07-06]
用ASP代码创建Access数据库、表、..[07-06]
在ant里能够调用一个bat文件吗[07-06]
谁有struts的数据库分页的例子,求..[07-06]
不用密码直接登陆VSS的方法[07-06]
html网页加载的swf调用另一个swf[07-06]
如何删除这个文件夹?[07-06]
菜鸟求救:struts做的网站,怎么..[07-06]
如何得知原来的页面是哪个[07-06]
向高手询问学习汇编的问题[07-06]
DefaultTableModel中的data数组值..[07-06]
如何将查询结果生成一个结构相同..[07-06]