cancel
Showing results for 
Search instead for 
Did you mean: 

how can launch an event in javascript?

Former Member
0 Kudos

Hi, i´m doing an app in jsp, but i´m using a framework in javascript, css... my problem is... how can launch an event in javascript?

I have a menu bar in javascript, and i want launch an event in each option, how?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Victor,

well, onMouseUp("blablup");

I do not finally get your problem - do you want to send an event? So just add it to the URL and send the URL -or do you want to excut the form? Why then not add the "event" to a hiden field in the form and execut that form then?

In the handler you can ask for the details of the hidden field.

I think it is not exactly what you are fter - but it could be that this is anyay a solution.

Regards,

Oliver

Former Member
0 Kudos

I solve it with this:

window.location.replace("start?event=""clientes""")

Thanks,