Hi there,
In javascript, I can automatically submit a form like so:
document.myForm.submit();
Is there a way to do this in Coldfusion? I am assuming not as I cant find even any questions on it let alone answers
I need to do this as I want to dynamically create a form and submit it to paypal without the user being able to see and edit it.
Thanks in advance,
DT
In javascript, I can automatically submit a form like so:
document.myForm.submit();
Is there a way to do this in Coldfusion? I am assuming not as I cant find even any questions on it let alone answers
I need to do this as I want to dynamically create a form and submit it to paypal without the user being able to see and edit it.
Thanks in advance,
DT