RE: Problem while submiting the page

2006-07-31 Thread Propes, Barry L
iqeId + '&ref=' + refName; one time and document.formMain.action = '../../PrintOut/Polling/Polling.do?uniqeId='+uniqeId + '&ref=' + refName; the 2nd time. -Original Message- From: Prafulla Nawale [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:05

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

Problem while submiting the page

2006-07-28 Thread Prafulla Nawale
Hi, I am facing one problem on submit of jsp. I think its most probably an issue related to javascript. Can you please help me in figuring out it. 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 d