Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/learning.jsp,v diff -u -r1.27 -r1.28 --- lams_tool_larsrc/web/pages/learning/learning.jsp 29 Aug 2006 06:49:55 -0000 1.27 +++ lams_tool_larsrc/web/pages/learning/learning.jsp 31 Aug 2006 06:39:01 -0000 1.28 @@ -8,14 +8,13 @@ <%@ include file="/common/header.jsp"%> <%-- param has higher level for request attribute --%> - - - + + @@ -51,12 +50,18 @@ document.location.href =''; return false; } + function continueReflect(){ + document.location.href=''; + } + function showMessage(url) { var area=document.getElementById("reourceInputArea"); - area.style.width="100%"; - area.style.height="100%"; - area.src=url; - area.style.display="block"; + if(area != null){ + area.style.width="100%"; + area.style.height="100%"; + area.src=url; + area.style.display="block"; + } } --> @@ -133,15 +138,24 @@
- - - + + + + + + + + + + + +
-

 

+
- +