What this soluction
Search found 3 matches
- Mon Sep 09, 2002 7:55 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Hiding select object on under menu
- Replies: 0
- Views: 2223
Hiding select object on under menu
:arrow: The soluction of the menu hide all select object in form. I need hide only the select on under menu.
What this soluction
What this soluction
- Fri Sep 06, 2002 2:49 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Hide select object on menu under
- Replies: 0
- Views: 2171
Hide select object on menu under
Hi,
I need hidden of object in menu area. Adapted the function of coolmenu:
function hideselect(x,y,w,h){
var selx,sely,selw,selh,i
var sel=document.getElementsByTagName("SELECT")
for(i=0;i<sel.length;i++){
selx=0; sely=0; var selp;
if(sel .offsetParent){
selp=sel ;
while(selp.offsetParent ...
I need hidden of object in menu area. Adapted the function of coolmenu:
function hideselect(x,y,w,h){
var selx,sely,selw,selh,i
var sel=document.getElementsByTagName("SELECT")
for(i=0;i<sel.length;i++){
selx=0; sely=0; var selp;
if(sel .offsetParent){
selp=sel ;
while(selp.offsetParent ...
- Mon Sep 02, 2002 6:53 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Hidden object in menu area
- Replies: 0
- Views: 2778
Hidden object in menu area
:idea:
Hi,
I need hidden of object in menu area. Adapted the function of coolmenu:
function hideselect(x,y,w,h){
var selx,sely,selw,selh,i
var sel=document.getElementsByTagName("SELECT")
for(i=0;i<sel.length;i++){
selx=0; sely=0; var selp;
if(sel .offsetParent){
selp=sel ;
while(selp ...
Hi,
I need hidden of object in menu area. Adapted the function of coolmenu:
function hideselect(x,y,w,h){
var selx,sely,selw,selh,i
var sel=document.getElementsByTagName("SELECT")
for(i=0;i<sel.length;i++){
selx=0; sely=0; var selp;
if(sel .offsetParent){
selp=sel ;
while(selp ...