daxtrajero
05-06-2011, 11:13 AM
Please forgive my ignorance for posting this, but need to get something straight in my head.
I have a web page 'form.html', whose job it is to take user input and submit the data to my other page, 'process_form.html'
With me so far? Right, so 'process_form.html' runs some google analytics ecommerce script and sends the results off to google analytics.
Now, my question is, what if 'form.html' sits on a different server, different website, elsewhere on the internet. What if that server didn't have javascript enabled (its belongs to payment gateway company called Worldpay)
So in this case, they send the result of 'form.html' to my page 'process_form.html' - will it still be able to run the page, including javascript correctly ?
I'm not sure whether its my server or their server that is processing the javascript part of 'process_form.html'
Again, excuse my ignorance.
Dax
I have a web page 'form.html', whose job it is to take user input and submit the data to my other page, 'process_form.html'
With me so far? Right, so 'process_form.html' runs some google analytics ecommerce script and sends the results off to google analytics.
Now, my question is, what if 'form.html' sits on a different server, different website, elsewhere on the internet. What if that server didn't have javascript enabled (its belongs to payment gateway company called Worldpay)
So in this case, they send the result of 'form.html' to my page 'process_form.html' - will it still be able to run the page, including javascript correctly ?
I'm not sure whether its my server or their server that is processing the javascript part of 'process_form.html'
Again, excuse my ignorance.
Dax