<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana size=2>I'm looking into 
changing some of the bahavior of OpenCMS. I've noticed that folders in the left 
hand side explorer-type folder tree call a javascript method called "openFolder" 
(e.g. top.openFolder('7843')). I see that this method is located in the 
"explorer.js" file. I've added an alert message to this method as 
follows:</FONT></SPAN></DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana size=2>function 
openFolder(id){<BR>    alert('Gets here!');</FONT></SPAN></DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2>...</FONT></SPAN></DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2>}</FONT></SPAN></DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana size=2>However, after 
navigating through the floder lists, I never see the alert pop up. I've 
restarted Tomcat too - but that hasn't changed anything. How would I get these 
changes to propogate to the actual OpenCMS application?</FONT></SPAN></DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana size=2>Thanks in 
advance,</FONT></SPAN></DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=578202220-20022004><FONT face=Verdana size=2> - 
Dylan</FONT></SPAN></DIV></BODY></HTML>