Advertisement

07.10.2008 at 06:12PM PDT, ID: 23555988 | Points: 500
[x]
Attachment Details

Why doens't this javascript work in IE 6 or 7? I'm getting an "Object doesn't support this property or method" error message

Asked by IDEASDesign in JavaScript, Internet Explorer Web Browser

Tags: , ,

In Internet Explorer 6 and 7 -- I get an "Object doesn't support this property or method" error message when I try to cal the following function:

function Edit(IA)
{
 var form = document.forms['frmDefault'];
 form['ID'].value = IA;
 form.action = 'index.php?p=admin_admins_add';
 form.submit();
}

This function works fine in Firefox, however.  How might I update this JavaScript function so that it works in both Firefox and Internet Explorer?

Thanks in advance,
- YvanStart Free Trial
 
Loading Advertisement...
 
[+][-]07.10.2008 at 06:13PM PDT, ID: 21979162

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.

 
[+][-]07.10.2008 at 06:20PM PDT, ID: 21979193

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.

 
[+][-]07.10.2008 at 06:47PM PDT, ID: 21979309

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.

 
[+][-]07.10.2008 at 06:55PM PDT, ID: 21979340

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.

 
[+][-]07.10.2008 at 07:54PM PDT, ID: 21979616

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.

 
[+][-]07.10.2008 at 08:07PM PDT, ID: 21979675

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.

 
[+][-]07.10.2008 at 08:32PM PDT, ID: 21979776

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.

 
[+][-]07.11.2008 at 05:55AM PDT, ID: 21981893

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.

 
[+][-]07.11.2008 at 06:35AM PDT, ID: 21982218

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.

 
[+][-]07.11.2008 at 06:38AM PDT, ID: 21982233

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.

 
[+][-]07.11.2008 at 04:21PM PDT, ID: 21986763

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