CrowdfundHQ crowdfundhq
-
CrowdfundHQ
- Norway
- Sign in to view email
- https://crowdfundhq.com
View redirect_with_parser.html
<script> | |
window.hq.postDialog = function(form){ | |
var params = hq.serialize(form); | |
var center = hq.initDialog(); | |
window.hq.post(form.action, center, params); | |
}; | |
// General post ajax method | |
window.hq.post = function(url, el, params){ | |
if(!el){ el = document.getElementById('content');} | |
hq.ajax(url, { |
OlderNewer