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
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;......."
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now