/    Sign up×
Community /Pin to ProfileBookmark

losing args when sending a form with submit()

Please help :

when I use submit() function Firefox doesn’t display args in the url (using GET method) whereas it works well when I submit the form with the input button ! ! !

Here is a sample code to test the issue :
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<meta http-equiv=”content-type” content=”text/html; charset=UTF-8″>
<meta name=”generator” content=”PSPad editor, www.pspad.com”>
<title>submmit test</title>
<script type=”text/javascript”><!–
function sendData(){
var form_elt = document.forms[‘f_test’];
form_elt.submit();
}
–></script>
</head>
<body>
<form name=”f_command”>
<button onclick=”sendData()”>ok</button>
</form>

<form name=”f_test” method=”GET”>
<input type=”text” name=”testvar” value=”testdata”>
<input type=”submit”>
</form>
</body>
</html>

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @alex_fr_2005 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.10,
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,
)...