Ignore:
Timestamp:
09/05/11 17:54:45 (13 years ago)
Author:
vmipsl
Message:

Applets _ essais

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/visualization/visu_parameter_by_pf-script.jsp

    r174 r175  
    303303//        this.plotWindow.getContent().innerHTML = '<img src=' + url + ' />'; 
    304304 
    305         this.plotWindow.getContent().innerHTML = '<applet code="AppletEE.class" codebase="<%=request.getContextPath()%>/applets" height="400px" width="400px"></applet>'; 
     305        this.plotWindow.getContent().innerHTML = '<applet code="AppletTimeSerie.class" codebase="<%=request.getContextPath()%>/applets" height="400px" width="400px"> ' + 
     306                '<param name="plateformId" value="14"> ' + 
     307                '<param name="parameterId" value="90"> ' + 
     308                '<param name="dateBegin" value=""> ' + 
     309                '<param name="dateEnd" value=""> ' + 
     310                '<param name="title" value="zzzz"> ' + 
     311                '<param name="axeType" value="MOBILE"> ' + 
     312                '</applet>'; 
    306313        this.plotWindow.setSize( <%=EtherPlotServiceImpl.getMaxWidth()%>, <%=EtherPlotServiceImpl.getMaxHeight()%> ); 
    307314        this.plotWindow.show(); 
Note: See TracChangeset for help on using the changeset viewer.