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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -