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
Post a Comment