/    Sign up×
Community /Pin to ProfileBookmark

Browser related setting in Javascript..

Hi,

I am facing a browser related issue from last few days. My Problem is When I click on the submit button of JSP page, I can see the progress bar in Mozilla firefox browser, but when I execute the same in Internet explorer, progress bar appears for a second and disappears then. Result is coming in both the cases but users are using IE and can not find whether process is running or not…Is there anythign I can do in javascript for IE?
Please help… ?

My code is
JSP code…

<span class=”mini”>
<html:link href=”#” styleClass=”bouton” onclick=”return submit_form_with_parameters(‘delegationForm’, ‘delegation’, ‘noInit=Y’);”>
<bean:message key=”rh2u.deleg.label.etape0.label.chercher” />
</html:link>
</span>

JavaScript code…

function submit_form_with_parameters(strFormName, strAction, parameters){
objForm = eval(“document.” + strFormName);
objForm.action = strAction + “.do?” + parameters;
objForm.submit();

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @caprisan06 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 6.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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...