jquery - Submit a form inside iframe and result to outside -


how can submit form iframe , result outside?

$('iframe#paymentframe form').attr('target', '_top'); 

i tried code , doesn't work. can jquery or other way this? can't use target="_top" directly loading form of payment gateway inside iframe.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -