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
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
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
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