Subversion Repositories eFlore/Applications.cel

Rev

Rev 989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 989 Rev 1293
Line 33... Line 33...
33
					requete += criteres[i][0]+"="+URL.encodeComponent(criteres[i][1]) ;
33
					requete += criteres[i][0]+"="+URL.encodeComponent(criteres[i][1]) ;
34
				}
34
				}
35
			}
35
			}
36
		}
36
		}
Line 37... Line 37...
37
		
37
		
Line 38... Line 38...
38
		Window.open(Configuration.getServiceBaseUrl()+"/InventoryExport/"+identifiant+"/"+requete,"Export",null) ;
38
		Window.open(Configuration.getServiceBaseUrl()+"/InventoryExport/"+identifiant+"/?"+requete,"Export",null) ;