Guest imi Posted March 20, 2009 Report Posted March 20, 2009 (edited) hello i am facing this issue: On the web I have two buttons - ORDER and REFRESH. Looks like this: onmouseover="status=' ';return true;" onmouseout="status=' ';"> Order onmouseover="status=' ';return true;" onmouseout="status=' ';"> Refresh I need to change the functionality of the ORDER button. It should trigger the REFRESH (generating the SC_REFRESH event) functionality right before the SC_ORDER event is generated. It means I need to trigger two events with one onlick on the ORDER button - first REFRESH and then ORDER. With 2 second time break between the two events. The functionality of REFRESH will not change. Thanx for any help in advance. Edited March 22, 2009 by imi Quote
nishithkant@esoft Posted March 24, 2009 Report Posted March 24, 2009 hi do one thing you can merge all of your function under one superfunction or you can use onclick="return function1;function 2;......." Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.