Jump to content

Recommended Posts

Posted (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 by imi

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...