1) Script Title: Ajax Tabs Content Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem: I would like the tabs to be automatically selected onmouseover. Which Javascript function should I call?
1) Script Title: Ajax Tabs Content Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem: I would like the tabs to be automatically selected onmouseover. Which Javascript function should I call?
Find this line
and replace it with thisCode:ulistlink.onclick=function(){
Code:ulistlink.onmouseover=function(){
Bookmarks