Ajax Layer JavaScript DHTML



Return false test



dynapi.library.setPath('./dynapisrc/');
dynapi.library.include('dynapi.debug');
dynapi.library.include('dynapi.api');
dynapi.library.include('DragEvent');


myHtml='Return falseReturn true'
function make10(){
    myLayers=[]
    myLayers[0] = new DynLayer(myHtml,100,200,500,500,"#AA0000")
    for(i=1;i<11;i++){
      c="#BB"+(i-1)+"A"+(i-1)+"A"
      myLayers[i] = new DynLayer(myHtml,30,40,500,500,c)
      myLayers[i-1].addChild(myLayers[i])
      if(i==10)dynapi.document.addChild(myLayers[0])
    }
    for(i=0;i<11;i++){
      DragEvent.enableDragEvents(myLayers[i])
    }
}



make 10 nested layers
Issue
This is a test where Dynlayers are nested 10 deep, and each one contains one link with:
style="color='green'"
and one with:
class="testClass"
"testClass" has been defined in the <style> tags at the top of the page.
This would mainly affect NS4.
P.s. Only te second link should navigate to CNN each time.


           
       
dynapi.zip( 791 k)