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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -