Here is what I think you want?
I've never gathered IE "logs" before but I could save what looks like the page data.
If this is not what you are after please instruct further and I'll try harder.
Page before tral request paste
<!-- Generated by Developer Tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="
http://www.w3.org/1999/xhtml"><HEAD><TITLE>VMProtect Web License Manager</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type><LINK rel=stylesheet type=text/css href="css/style.css">
<SCRIPT type=text/javascript src="js/jquery.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/jquery-ui.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/jquery.form.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/validation.php"></SCRIPT>
<SCRIPT>
var error = '';
var success = '';
function saveForm() {
if (validateForm()) {
$('form').submit();
}
return false;
}
$(function () {
$('.autofocus').focus();
if (error != '')
addError('#url', error);
if (success != '')
$('.greenMsg').text(success).show();
});
</SCRIPT>
</HEAD>
<BODY>
<DIV id=offlineContentDiv>
<DIV id=offlineFormDiv>
<FORM method=post>
<TABLE id=loginFormTblCenter border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD vAlign=center>
<TABLE id=offlineFormTbl border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<H1>Enter your activation / deactivation string:</H1></TD></TR>
<TR>
<TD><TEXTAREA id=url class="required autofocus" rows=5 cols=70 name=url></TEXTAREA> </TD></TR>
<TR>
<TD style="PADDING-TOP: 10px"><A class=greenBtn onclick="return saveForm()"><SPAN>Submit</SPAN><EM></EM></A> <SPAN class=greenMsg></SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></DIV></DIV>
<DIV id=loginFooterDiv>
<DIV style="FLOAT: right"> <A onclick="set_lang('en')" href="#">English</A> | <A onclick="set_lang('ru')" href="#">Русский</A> | <A onclick="set_lang('zh')" href="#">中文</A> </DIV>
<SCRIPT type=text/javascript>
function set_lang(lang){
document.cookie = 'lang=' + lang;
document.location.reload();
return false;
}
</SCRIPT>
</DIV></BODY></HTML>
Page after pasting trial request
<!-- saved from url=(0036)
http://weblm.vmpsoft.com/offline.php -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Generated by Developer Tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="
http://www.w3.org/1999/xhtml"><HEAD><TITLE>VMProtect Web License Manager</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type><LINK rel=stylesheet type=text/css href="css/style.css">
<SCRIPT type=text/javascript src="js/jquery.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/jquery-ui.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/jquery.form.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/validation.php"></SCRIPT>
<SCRIPT>
var error = '';
var success = '';
function saveForm() {
if (validateForm()) {
$('form').submit();
}
return false;
}
$(function () {
$('.autofocus').focus();
if (error != '')
addError('#url', error);
if (success != '')
$('.greenMsg').text(success).show();
});
</SCRIPT>
</HEAD>
<BODY>
<DIV id=offlineContentDiv>
<DIV id=offlineFormDiv>
<FORM method=post>
<TABLE id=loginFormTblCenter border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD vAlign=center>
<TABLE id=offlineFormTbl border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<H1>Enter your activation / deactivation string:</H1></TD></TR>
<TR>
<TD><TEXTAREA id=url class="required autofocus" rows=5 cols=70 name=url>dHlwZT1hY3RpdmF0aW9uJmNvZGU9REpURC1KUUdGLUhFU0cmaHdpZD01TGRSWWsxVWlQaHZkOGRrSWt5RG56b0xSanclM0QmaGFzaD1BQVZxUSUyQk5NckJ3dFhNbW94d24zTERlcElWcyUzRA==</TEXTAREA> </TD></TR>
<TR>
<TD style="PADDING-TOP: 10px"><A class=greenBtn onclick="return saveForm()"><SPAN>Submit</SPAN><EM></EM></A> <SPAN class=greenMsg></SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></DIV></DIV>
<DIV id=loginFooterDiv>
<DIV style="FLOAT: right"> <A onclick="set_lang('en')" href="#">English</A> | <A onclick="set_lang('ru')" href="#">Русский</A> | <A onclick="set_lang('zh')" href="#">中文</A> </DIV>
<SCRIPT type=text/javascript>
function set_lang(lang){
document.cookie = 'lang=' + lang;
document.location.reload();
return false;
}
</SCRIPT>
</DIV></BODY></HTML>
Page after Submit is clicked
<!-- saved from url=(0036)
http://weblm.vmpsoft.com/offline.php -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Generated by Developer Tools. This might not be an accurate representation of the original source file -->
<HTML xmlns="
http://www.w3.org/1999/xhtml"><HEAD><TITLE>VMProtect Web License Manager</TITLE>
<META content="text/html; charset=utf-8" http-equiv=Content-Type><LINK rel=stylesheet type=text/css href="css/style.css">
<SCRIPT type=text/javascript src="js/jquery.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/jquery-ui.js"></SCRIPT>
<SCRIPT type=text/javascript src="js/ZeroClipboard.js"></SCRIPT>
<SCRIPT>
$(function () {
if (window.clipboardData == undefined)
{
ZeroClipboard.setMoviePath('js/ZeroClipboard.swf');
var clip = new ZeroClipboard.Client();
clip.setHandCursor(false);
clip.addEventListener( 'mouseDown', function(client){
client.setText($('#snText').text().replace(/\n/, ''));
$('.greenMsg').show().fadeOut(2000);
});
clip.glue('copyBtn', 'zeroHolder');
}
else
{
//for Internet Explorer
$('#copyBtn').click(function(){
window.clipboardData.setData('Text', $('#snText').text().replace(/\n/, ''));
$('.greenMsg').show().fadeOut(2000);
});
}
});
</SCRIPT>
</HEAD>
<BODY>
<DIV id=offlineContentDiv>
<DIV id=offlineFormDiv>
<TABLE id=loginFormTblCenter border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD vAlign=center>
<TABLE id=offlineFormTbl border=0 cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD>
<H1>Your serial number:</H1></TD></TR>
<TR>
<TD><TEXTAREA id=snText rows=5 cols=70 readOnly>gisG+B76G6+NLubeCwJBzHF+gqc0inH7Yth4GaBU72BD31DrQl7KR70VaMngvmcOX92e2i
L+52b2EXJtMT4NsKLjBTQzEbRz6s4oz+PtE40uO5Iinlhyyliwf0oTDY807YTK9ZbXb5yZ
pfLFWRBGmZC0W12zvoTNmkG8fxt785J+xZbxZeMjaWwJvww4BOo79UaRQdcmCKhIY8IIrj
iqhhbXPhFen1kyyALFwuo0x/rgjYtJMaha4zHHY1QVoEBM101mSHKizY2S9pM9onyas7It
Ki6lA5mFJcTGPQP3+LZreYDsdDTQ4DpeMGEF5ypBCAM9lQIjTU/Xpy19zqCw0A==</TEXTAREA> </TD></TR>
<TR>
<TD style="PADDING-TOP: 10px">
<DIV id=zeroHolder><A id=copyBtn class=greenBtn jQuery17108454304803664977="2"><SPAN>Copy to Clipboard</SPAN><EM></EM></A> </DIV><SPAN class=greenMsg>Copied</SPAN> </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV>
<DIV id=loginFooterDiv>
<DIV style="FLOAT: right"> <A onclick="set_lang('en')" href="#">English</A> | <A onclick="set_lang('ru')" href="#">Русский</A> | <A onclick="set_lang('zh')" href="#">中文</A> </DIV>
<SCRIPT type=text/javascript>
function set_lang(lang){
document.cookie = 'lang=' + lang;
document.location.reload();
return false;
}
</SCRIPT>
</DIV></BODY></HTML>