Can a plug-in access a database server?
Posted
by
Black Panther
on Programmers
See other posts from Programmers
or by Black Panther
Published on 2013-10-23T07:45:13Z
Indexed on
2013/10/23
10:15 UTC
Read the original article
Hit count: 224
web-development
|development-process
At my work place, we use an external client's web application monitor and respond to support tickets of our clients. the problem with that application is that it does not house a field to enter the actual effort (hours worked on a particular ticket) to be stored in the database.
What is needed to write a plug-in for Internet Explorer that would get triggered on a button click on a certain webpage and save some data in an external database?
That is, if the support personnel is closing the ticket after resolving it, is it possible to invoke that plugin that asks the personnel to enter the effort spent on that ticket and store it in an external database?
We can't modify the web application as it is vendor supplied and not an in-house product.
© Programmers or respective owner