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