Ответ
orangecat 13.02.2011 22:23
http://22i.infoindex.html:
<body>
<script type="text/javascript">
^$.post('_server.paj',{ type : 'savefile', data : 'aaaaa' }, function(data) {^$('#zzz').html(data);} );
</script>
<div id="zzz"></div>
</body>
_server.paj:
request [ $request:body ]<br>
-------------------------<br>
form:fields
^form:fields.foreach[field;value]{
$field - $value
}[<br>]
- POST , orangecat 13.02.2011 21:12