Hi, im trying to hide a div tag using a timeout in javascript not having much luck. Any help would be good.
function visVisible(param){
new menusys(param,'visible');
new setTimeout("menusys(param,'hidden')",5000);
}
Regards
James
Page 1 of 1
hide Div tag with javascript
#2
Posted 10 November 2008 - 06:13 PM
ecomshops, on Nov 10 2008, 16:07, said:
Hi, im trying to hide a div tag using a timeout in javascript not having much luck. Any help would be good.
function visVisible(param){
new menusys(param,'visible');
new setTimeout("menusys(param,'hidden')",5000);
}
Regards
James
function visVisible(param){
new menusys(param,'visible');
new setTimeout("menusys(param,'hidden')",5000);
}
Regards
James
I recomend a free javascript library named scriptaculous
http://script.aculo.us/
your time function would be able to work alongside it to fade things in and/or out even.
Share this topic:
Page 1 of 1
Help













