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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -