- Timestamp:
- May 11, 2009, 1:23:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/resources/scripts/mev.jsp
r1026 r1061 25 25 Main.openPopup(url, 'CreateTDMSFile', 400, 300); 26 26 } 27 28 this.testTDMS = function(bioAssaySetId) 29 { 30 var url = '<%=homeUrl%>/test.xjsp'; 31 url += '?ID='+getSessionId(); 32 url += '&bioassayset_id=' + bioAssaySetId; 33 Main.openPopup(url, 'TestCreateTDMSFile', 400, 300); 34 } 35 27 36 } 28 37 ();
Note: See TracChangeset
for help on using the changeset viewer.