RE: Problem while submiting the page

2006-07-31 Thread Propes, Barry L
you've got two different action values but using the same elements to get it there. Don't think you can do that! Probably need to set some conditional in there to make document.formMain.action = '../..' + actionPath + '/' + link + '?uniqeId='+uniqeId + '&ref=' + refName; one time and documen

Re: Problem while submiting the page[OT]

2006-07-28 Thread Christopher Schultz
Prafulla, FYI, this post is totally off-topic. Please indicate it as such. > There is a button on the screen, on click of that button i invoke the > javascript function and in that function i submit the form two times, to two > different actions. This is not going to work: the web wasn't inten

Re: Problem while submiting the page

2006-07-28 Thread Frank W. Zammetti
Hi, I think you might be running into a timing issue. I would suggest this... onClick of the button, first, disable the button, and then set a timeout, set for like 1 millisecond (which is probably a lower resolution than is available, but it will basically fire immediately, that's what you