Hi, I was wondering how I would go about setting the value of a hidden field to the url of the referring site?
EDIT: I think I figured it out! I just looked at this and changed it to what I needed it to
I think its working properly lol
EDIT: I think I figured it out! I just looked at this and changed it to what I needed it to
window.addEvent('domready', function() {
$('hidden_12').value=document.referrer;
});
I think its working properly lol
This topic is locked and no more replies can be posted.