- Timestamp:
- May 18, 2009, 2:19:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/resources/scripts/mev.jsp
r1069 r1083 15 15 url += '?ID='+getSessionId(); 16 16 url += '&bioassayset_id=' + bioAssaySetId; 17 location.href = url; 18 } 19 20 this.createTDMS = function(bioAssaySetId) 21 { 22 var url = '<%=homeUrl%>/launch_export.jsp'; 23 url += '?ID='+getSessionId(); 24 url += '&bioassayset_id=' + bioAssaySetId; 25 Main.openPopup(url, 'CreateTDMSFile', 400, 300); 17 Main.openPopup(url, 'LaunchMev', 500, 340); 26 18 } 27 19
Note: See TracChangeset
for help on using the changeset viewer.