/    Sign up×
Community /Pin to ProfileBookmark

submitting a form after closing popup

Hi!

i’ve got a pop-up with a form inside it, and want to submit this form automatically when user closes popup… is there any way to do it?

thanks!

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@scragarApr 29.2005 — in the popup add:

[code=php]<script type="text/javascript"><!--
window.self.onunload = function(){
window.opener.FormName.submit();
};
//-->
</script>[/code]
Copy linkTweet thisAlerts:
@CharlesApr 29.2005 — &lt;script type="text/javascript"&gt;
&lt;!--
onunload = function () {document.forms[0].submit()}
// --&gt;
&lt;/script&gt;

&lt;form action="some-script.pl" onsubmit="onunload = function () {}"&gt;
×

Success!

Help @morsa801tons spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...