| Author |
Message |
sun
Joined: 03 Feb 2006 Posts: 1
|
Posted: Fri Feb 03, 2006 7:57 am Post subject: servlet call just by clicking a button in the outlookbar |
|
|
Hi,
Is it posible to call a servlet with some action (get or post) by clicking on a button in the outlook bar?
How to do that? |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sat Apr 29, 2006 12:50 am Post subject: |
|
|
GET action is just "click the anchor" - this is the way buttons in the bar work. I.e. clicking the button just send GET request to the server, as any other usual link does.
In any case, you can use javascript: protocol to call your own function that will send GET or POST query with any data you need. |
|
| Back to top |
|
 |
|