![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveselect box without scrollbar
From: rajesh <jayaram@yahoo.co.in>
Date: Fri Jan 20 2006 - 14:13:56 CET
Is it possible to display the select box without scrollbar
Thank You in advance
<htm>
<TABLE BORDER=0>
<TD>
<TD VALIGN=MIDDLE ALIGN=CENTER>
<TD>
</SELECT>
</TR>
</TABLE>
<script>
function moverightsingle()
var x=document.getElementById("list1")
myOption=new Option();
insertIndex=document.listselection.list2.options.length;
function moveleftsingle()
var xx=document.getElementById("list2");
myOption=new Option();
insertIndex=document.listselection.list1.options.length;
}
function moverightall()
for(var i=0;i<listlength;i++)
var x=document.getElementById("list1");
myOption=new Option();
insertIndex=document.listselection.list2.options.length;
}
for(var i=0;i<listlength;i++)
var x=document.getElementById("list1")
}
}
function moveleftall()
for(var i=0;i<listlength;i++)
var x=document.getElementById("list2");
myOption=new Option();
insertIndex=document.listselection.list1.options.length;
}
for(var i=0;i<listlength;i++)
var x=document.getElementById("list2")
}
}
</script>
*** Sent via Developersdex http://www.developersdex.com ***
|