在网页中实现OICQ里的头像选择的下拉框

2016-01-29 18:23 3 1 收藏

在网页中实现OICQ里的头像选择的下拉框,在网页中实现OICQ里的头像选择的下拉框

【 tulaoshi.com - ASP 】

 <html
<head
<title模拟OICQ下拉头像<meta http-equiv="Content-Type" content="text/html; charset=gb2312"
<script//writed by 钟钟 2001/2/27
var bV=parseInt(navigator.appVersion);
var IE4=((document.all)&&(bV=4))?true:false;
var NS4=(document.layers)?true:false;

var z=0;
function LayerV(LayerName,V){
    E=eval('document.'+LayerName);
    if(IE4) E=eval('document.all.'+LayerName+'.style');
    E.visibility=(V?'visible':'hidden');
}


<body bgcolor="#FFFFFF"
<table width="90" border="0" cellspacing="0" cellpadding="0"
  <tr
    <td
      <table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#FF66FF"
        <tr
          <td align="right"<font style="font-size:12px"模拟OICQ                        <tr
    <td<div id="Zhong" style="position:relative ;visibility:hidden ;width:90px ;height:150px ;overflow:scroll;"<img src="https://img.tulaoshi.com/attachment/portal/jcwcj/2005-12/10/05121000533344801.gif"" width=70 height=70<br
<img src="https://img.tulaoshi.com/attachment/portal/jcwcj/2005-12/10/05121000533344801.gif"" width=70 height=70<br
<img src="https://img.tulaoshi.com/attachment/portal/jcwcj/2005-12/10/05121000533344801.gif"" width=70 height=70<br  <br<br<br<br<br<br<br<br<br现在能支持IE4和NS4.0<br
有时间我可以写多点,让它支持NS6.0和opera4.0

 

(本文来源于图老师网站,更多请访问https://www.tulaoshi.com/asp/)

来源:https://www.tulaoshi.com/n/20160129/1505590.html

延伸阅读
首先应该建立一个combo1的comboBox控件,作为下拉框的最终实现工具。 Private Sub Combo1_Click() MSFlexGrid1.Row = MSFlexGrid1.RowSel MSFlexGrid1.Col = 2 MSFlexGrid1.Text = Combo1.Text End Sub 'Private Sub Combo1_LostFocus() 'Combo1.Text = MSFlexGrid1.Text 'End Sub Private Sub Form_Load() Combo1.Vis...
标签: Web开发
代码如下: //==========测试代码=============== head runat="server" title下拉框测试/title script type="text/javascript" src="/js/jquery/jquery-1.3.js"/script script type="text/javascript" $(function(){ var $city= $("#ddlCity"); //填充一些数据 for(var i=1;i=10;i++){ $city.append($("option/").attr("value",i).t...
标签: ASP
  先建两个下拉选框(单选,SELECT),分别为select_month和select_day,在select_month被改变时触发change_it()函数,(select_month.onchange=change_it;)下面是该函数的源码: function change_it() { get_select=select_month.selectedIndex; select_item_m=select_month.options[get_select].text switch(select_item_m) { ca...
  问题提出: 我用dw做了一个下拉菜单,但是碰到form的列表项就跑到下面去了,请帮忙解决,请看问题图示如下: 解决问题: 由于层与下拉框之间的优先级是:下拉框  层,因此在显示的时候,会因为优先级的次序而会出现如上问题。(如果几个元素都是层的话,我们可以通过层的 z-index 属性来设置)解决办法就是:给层中...
标签: Web开发
代码如下:             function divPosition(){                 var clx,cly;                &...

经验教程

666

收藏

52
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部