Re: unable to programmatically perform a submit

2001-06-21 Thread Michelle Popovits
1 11:13 AM Subject: Re: unable to programmatically perform a submit > Bill, > > Did you name your submit button "submit" ? > I came across this problem as well. > It appears that you cannot name an object on your screen the same thing > as > a javascript action, for

Re: unable to programmatically perform a submit

2001-06-21 Thread Roland Huss
"Spencer Smith" <[EMAIL PROTECTED]> writes: > // Submit the form. > Submit > > We use this bit of code to trigger the submit button in the body from the > top frame. Sorry, I didn't follow the complete thread. We ran in the same problem and found that the default property "submit" for the name

Re: unable to programmatically perform a submit

2001-06-21 Thread Spencer Smith
hursday, June 21, 2001 9:28 AM Subject: Re: unable to programmatically perform a submit > hi michelle, > > could you please post the specific part of your source-code from your > browser. > this would help to resolve your problem. > > thanks. > norman > > - Origina

Re: unable to programmatically perform a submit

2001-06-21 Thread Norman Timmler
D]>; <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 4:23 PM Subject: Re: unable to programmatically perform a submit > Yes, I am referencing 0 and 1 because I am running both forms on the same > page (simultaneously). > The 0 is for the struts form and the 1 is for the non-s

Re: unable to programmatically perform a submit

2001-06-21 Thread Peter Alfors
I remove the submit > button (or reset button), the error goes away. Don't know why this > is. HTH, Bill Pfeiffer > > - Original Message - > From: Michelle Popovits > To: [EMAIL PROTECTED] > Sent: Wednesday, June 20, 2001 5:19 PM > Subje

RE: unable to programmatically perform a submit

2001-06-21 Thread Chuck Stern
ried using document.forms[0] as well as using the form name. All of the above examples WORKED when I didn't use the struts mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 9:23 AM To: Norman Timmler; [EMAIL PROTECTED] Subject: Re: unable to programmatically perform a submit Yes, I am refe

Re: unable to programmatically perform a submit

2001-06-21 Thread Bill Pfeiffer
button), the error goes away.  Don't know why this is.   HTH,   Bill Pfeiffer     - Original Message - From: Michelle Popovits To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 5:19 PM Subject: unable to programmatically perform a submit Hi,  

Re: unable to programmatically perform a submit

2001-06-21 Thread Michelle Popovits
- From: "Norman Timmler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Michelle Popovits" <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 4:55 AM Subject: Re: unable to programmatically perform a submit > hi michelle, > > i see a main difference betw

Re: unable to programmatically perform a submit

2001-06-21 Thread Norman Timmler
. document.formName.submit(); or document.formName.elementName.value = "something"; hope this will help you. norman - Original Message - From: "Michelle Popovits" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 20, 2001 11:19 PM Subject: unable to programmat

unable to programmatically perform a submit

2001-06-20 Thread Michelle Popovits
Hi,   I am trying to get an image map working that does a submit. The image map itself works. However, when I click on the image area it complains when trying to execute the submit.   Error:  object doesn't support this property or method.   I have tried just performing a submit without the