Advertisement

08.29.2008 at 12:49AM PDT, ID: 23688121 | Points: 125
[x]
Attachment Details

Problem with sending URL from html form fields

Asked by ayandutta in Open Source Programming, JavaScript

Tags:

Recent windows update has caused problems with running of IE 6 .

A difference is detected prior to the machine restart and after that. This is to do with the HTML submit using form fields required by struts instead of explicitly including them in the querystring.

The code is like this, which worked till we restarted the machine after the last windows update&
document.forms[0].action=someAction.do;
document.forms[0].command=doThis;
document.forms[0].submit();

Now, we need to explicitly set the full Struts Querystring in the action attribute
document.forms[0].action=someAction.do?command=doThis;
document.forms[0].submit();

Is there any JavaScript security patch updated that impacts the style of submit in Struts?
Is it that we need to set the GET / POST method explicitly on the forms declaration?

Regards,
Ayan
Start Free Trial
[+][-]08.29.2008 at 01:55AM PDT, ID: 22343478

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.29.2008 at 06:22AM PDT, ID: 22345067

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.29.2008 at 07:59AM PDT, ID: 22346129

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628