Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
info [2015/04/18 08:31] – [Contact] hess | info [2015/04/18 08:32] (current) – [Contact] hess |
---|
recipient = 'orders@netmodule.com'; | recipient = 'orders@netmodule.com'; |
} | } |
alert(message); | |
/* | |
$.get("/lib/tpl/netmodule/tasks.php", { task: task, subject: subject, message: message, recipient: recipient, replyTo: replyTo }, function( data ) { | $.get("/lib/tpl/netmodule/tasks.php", { task: task, subject: subject, message: message, recipient: recipient, replyTo: replyTo }, function( data ) { |
$( ".result" ).html("The message has been sent. We will get back to you as soon as possible."); | $( ".result" ).html("The message has been sent. We will get back to you as soon as possible."); |
}); | }); |
*/ | |
} | } |
function update() { | function update() { |