Changeset 1069
- Timestamp:
- May 15, 2009, 11:03:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/resources/scripts/mev.jsp
r1061 r1069 26 26 } 27 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 36 28 } 37 29 ();
Note: See TracChangeset
for help on using the changeset viewer.