All pastes #2047719 Raw Edit

Miscellany

public text v1 · immutable
#2047719 ·published 2011-04-18 11:57 UTC
rendered paste body
$.post("includes/acciones.php",
	{accion:"tmac", campo1:variable1, campo2:variable2, campo3:variable3, campo4:variable4},
	function(exito){
	$("#inputs").html(exito);
});