view · edit · sidebar · attach · print · history

20130221-new-fi-pi-updater-from-swissmedic-xml

<< | Index | >>


Summary

  • Create new Updater for FI and PI from XML on download.swissmedic.ch

Index


Create new FI/PI Updater from swissmedic

2 steps.

Links

Parse INDEX

create fake POST Request. (linke __doPostBack function.)

f (!theForm) {
theForm = document.ctl01;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
<tr class="GVResultRowStyle" style="background-color:#EFF3FB;" onclick="javascript:__doPostBack('ctl00$MainContent$ucSearchResult1$ucResultGridFI$GVMonographies','Select$0')" onmouseout="this.className='GVResultRowStyle';" onmouseover="this.className='dgColorizedItem';">
view · edit · sidebar · attach · print · history
Page last modified on February 21, 2013, at 08:08 AM